Color Hex Logo

#cee055 Color Hex

#CEE055
(206,224,85)
0 Favorites   0 Comments

Color spaces of #cee055

RGB 20622485
HSL0.190.690.61
HSV68°62°88°
CMYK 0.080.000.62   0.12
XYZ53.748967.089018.7109
Yxy67.08900.38520.4808
Hunter Lab81.9079-26.205043.7914
CIE-Lab85.5489-24.237763.8919

#cee055 color RGB value is (206,224,85).

#cee055 hex color red value is 206, green value is 224 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cee055 hue: 0.19 , saturation: 0.69 and the lightness value of cee055 is 0.61.

The process color (four color CMYK) of #cee055 color hex is 0.08, 0.00, 0.62, 0.12. Web safe color of #cee055 is #cccc66. Color #cee055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01010101
Octal 316 340 125
Decimal 206 224 85
Hex CE E0 55

RGB Percentages of Color #cee055

%40.00
%43.50
%16.50

CMYK Percentages of Color #cee055

%8
%0
%62
%12

Triadic Colors of #cee055

#cee055 #55cee0 #e055ce

Analogous Colors of #cee055

#cee055 #89e055 #e0ad55

Monochromatic Colors of #cee055

#cee055

Complementary Color

#cee055 #6755e0

#cee055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee055 Color CSS Codes

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

#cee055 Text Font Color

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

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


#cee055 Background Color

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

This div background color is #cee055


#cee055 Border Color

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

This div border color is #cee055


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,224,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cee055; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cee055;
  -webkit-box-shadow: 1px 1px 3px 2px #cee055;
  box-shadow:         1px 1px 3px 2px #cee055; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,224,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee055


Comments

No comments written yet.

Please login to write comment.