Color Hex Logo

#5ceeeb Color Hex

#5CEEEB
(92,238,235)
0 Favorites   0 Comments

Color spaces of #5ceeeb

RGB 92238235
HSL0.500.810.65
HSV179°61°93°
CMYK 0.610.000.01   0.07
XYZ49.983669.422589.3627
Yxy69.42250.23940.3325
Hunter Lab83.3202-38.7285-5.2657
CIE-Lab86.7128-39.1446-10.1619

#5ceeeb color RGB value is (92,238,235).

#5ceeeb hex color red value is 92, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5ceeeb hue: 0.50 , saturation: 0.81 and the lightness value of 5ceeeb is 0.65.

The process color (four color CMYK) of #5ceeeb color hex is 0.61, 0.00, 0.01, 0.07. Web safe color of #5ceeeb is #66ffff. Color #5ceeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101110 11101011
Octal 134 356 353
Decimal 92 238 235
Hex 5C EE EB

RGB Percentages of Color #5ceeeb

%16.28
%42.12
%41.59

CMYK Percentages of Color #5ceeeb

%61
%0
%1
%7

Triadic Colors of #5ceeeb

#5ceeeb #eb5cee #eeeb5c

Analogous Colors of #5ceeeb

#5ceeeb #5ca8ee #5ceea2

Monochromatic Colors of #5ceeeb

#5ceeeb

Complementary Color

#5ceeeb #ee5c5f

#5ceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ceeeb Color CSS Codes

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

#5ceeeb Text Font Color

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

This sample text font color is #5ceeeb
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.


#5ceeeb Background Color

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

This div background color is #5ceeeb


#5ceeeb Border Color

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

This div border color is #5ceeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ceeeb


Comments

No comments written yet.

Please login to write comment.