Color Hex Logo

#cee762 Color Hex

#CEE762
(206,231,98)
0 Favorites   0 Comments

Color spaces of #cee762

RGB 20623198
HSL0.200.730.65
HSV71°58°91°
CMYK 0.110.000.58   0.09
XYZ56.234171.155522.3258
Yxy71.15550.37560.4753
Hunter Lab84.3537-28.622643.3554
CIE-Lab87.5605-26.631760.6168

#cee762 color RGB value is (206,231,98).

#cee762 hex color red value is 206, green value is 231 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cee762 hue: 0.20 , saturation: 0.73 and the lightness value of cee762 is 0.65.

The process color (four color CMYK) of #cee762 color hex is 0.11, 0.00, 0.58, 0.09. Web safe color of #cee762 is #ccff66. Color #cee762 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 01100010
Octal 316 347 142
Decimal 206 231 98
Hex CE E7 62

RGB Percentages of Color #cee762

%38.50
%43.18
%18.32

CMYK Percentages of Color #cee762

%11
%0
%58
%9

Triadic Colors of #cee762

#cee762 #62cee7 #e762ce

Analogous Colors of #cee762

#cee762 #8ce762 #e7be62

Monochromatic Colors of #cee762

#cee762

Complementary Color

#cee762 #7b62e7

#cee762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee762 Color CSS Codes

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

#cee762 Text Font Color

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

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


#cee762 Background Color

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

This div background color is #cee762


#cee762 Border Color

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

This div border color is #cee762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee762


Comments

No comments written yet.

Please login to write comment.