Color Hex Logo

#5cebdd Color Hex

#5CEBDD
(92,235,221)
0 Favorites   0 Comments

Color spaces of #5cebdd

RGB 92235221
HSL0.480.780.64
HSV174°61°92°
CMYK 0.610.000.06   0.08
XYZ47.173166.912478.8357
Yxy66.91240.24450.3468
Hunter Lab81.8000-40.21110.1186
CIE-Lab85.4597-41.4537-4.6604

#5cebdd color RGB value is (92,235,221).

#5cebdd hex color red value is 92, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5cebdd hue: 0.48 , saturation: 0.78 and the lightness value of 5cebdd is 0.64.

The process color (four color CMYK) of #5cebdd color hex is 0.61, 0.00, 0.06, 0.08. Web safe color of #5cebdd is #66ffcc. Color #5cebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 11011101
Octal 134 353 335
Decimal 92 235 221
Hex 5C EB DD

RGB Percentages of Color #5cebdd

%16.79
%42.88
%40.33

CMYK Percentages of Color #5cebdd

%61
%0
%6
%8

Triadic Colors of #5cebdd

#5cebdd #dd5ceb #ebdd5c

Analogous Colors of #5cebdd

#5cebdd #5cb2eb #5ceb96

Monochromatic Colors of #5cebdd

#5cebdd

Complementary Color

#5cebdd #eb5c6a

#5cebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebdd Color CSS Codes

.mybgcolor {background-color:#5cebdd; } 
.myforecolor {color:#5cebdd; }
.mybordercolor {border:3px solid #5cebdd; }

#5cebdd Text Font Color

<p style="color:#5cebdd">Text here</p>

This sample text font color is #5cebdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5cebdd Background Color

<div style="background-color:#5cebdd">
Div content here</div>

This div background color is #5cebdd


#5cebdd Border Color

<div style="border:3px solid #5cebdd">
Div here</div>

This div border color is #5cebdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,235,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cebdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cebdd;
  -webkit-box-shadow: 1px 1px 3px 2px #5cebdd;
  box-shadow:         1px 1px 3px 2px #5cebdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5cebdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5cebdd;
  -webkit-box-shadow: 1px 1px 3px 2px #5cebdd;
  box-shadow:         1px 1px 3px 2px #5cebdd;">
Div content here</div>

This div box has shadow with color #5cebdd


Comments

No comments written yet.

Please login to write comment.