Color Hex Logo

#cee942 Color Hex

#CEE942
(206,233,66)
0 Favorites   0 Comments

Color spaces of #cee942

RGB 20623366
HSL0.190.790.59
HSV70°72°91°
CMYK 0.120.000.72   0.09
XYZ55.575971.793016.0825
Yxy71.79300.38740.5005
Hunter Lab84.7308-31.198648.0579
CIE-Lab87.8689-29.604973.3633

#cee942 color RGB value is (206,233,66).

#cee942 hex color red value is 206, green value is 233 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cee942 hue: 0.19 , saturation: 0.79 and the lightness value of cee942 is 0.59.

The process color (four color CMYK) of #cee942 color hex is 0.12, 0.00, 0.72, 0.09. Web safe color of #cee942 is #ccff33. Color #cee942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 01000010
Octal 316 351 102
Decimal 206 233 66
Hex CE E9 42

RGB Percentages of Color #cee942

%40.79
%46.14
%13.07

CMYK Percentages of Color #cee942

%12
%0
%72
%9

Triadic Colors of #cee942

#cee942 #42cee9 #e942ce

Analogous Colors of #cee942

#cee942 #7be942 #e9b142

Monochromatic Colors of #cee942

#cee942

Complementary Color

#cee942 #5d42e9

#cee942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee942 Color CSS Codes

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

#cee942 Text Font Color

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

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


#cee942 Background Color

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

This div background color is #cee942


#cee942 Border Color

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

This div border color is #cee942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee942


Comments

No comments written yet.

Please login to write comment.