Color Hex Logo

#cce242 Color Hex

#CCE242
(204,226,66)
0 Favorites   0 Comments

Color spaces of #cce242

RGB 20422666
HSL0.190.730.57
HSV68°71°89°
CMYK 0.100.000.71   0.11
XYZ53.081667.623415.4092
Yxy67.62340.39000.4968
Hunter Lab82.2334-28.687046.4534
CIE-Lab85.8178-27.115171.3234

#cce242 color RGB value is (204,226,66).

#cce242 hex color red value is 204, green value is 226 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cce242 hue: 0.19 , saturation: 0.73 and the lightness value of cce242 is 0.57.

The process color (four color CMYK) of #cce242 color hex is 0.10, 0.00, 0.71, 0.11. Web safe color of #cce242 is #cccc33. Color #cce242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100010 01000010
Octal 314 342 102
Decimal 204 226 66
Hex CC E2 42

RGB Percentages of Color #cce242

%41.13
%45.56
%13.31

CMYK Percentages of Color #cce242

%10
%0
%71
%11

Triadic Colors of #cce242

#cce242 #42cce2 #e242cc

Analogous Colors of #cce242

#cce242 #7ce242 #e2a842

Monochromatic Colors of #cce242

#cce242

Complementary Color

#cce242 #5842e2

#cce242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce242 Color CSS Codes

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

#cce242 Text Font Color

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

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


#cce242 Background Color

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

This div background color is #cce242


#cce242 Border Color

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

This div border color is #cce242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,226,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 #cce242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce242


Comments

No comments written yet.

Please login to write comment.