Color Hex Logo

#cce07e Color Hex

#CCE07E
(204,224,126)
0 Favorites   0 Comments

Color spaces of #cce07e

RGB 204224126
HSL0.200.610.69
HSV72°44°88°
CMYK 0.090.000.44   0.12
XYZ55.323467.655029.8815
Yxy67.65500.36190.4426
Hunter Lab82.2527-23.882536.0374
CIE-Lab85.8336-21.466645.6050

#cce07e color RGB value is (204,224,126).

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

The process color (four color CMYK) of #cce07e color hex is 0.09, 0.00, 0.44, 0.12. Web safe color of #cce07e is #cccc66. Color #cce07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 01111110
Octal 314 340 176
Decimal 204 224 126
Hex CC E0 7E

RGB Percentages of Color #cce07e

%36.82
%40.43
%22.74

CMYK Percentages of Color #cce07e

%9
%0
%44
%12

Triadic Colors of #cce07e

#cce07e #7ecce0 #e07ecc

Analogous Colors of #cce07e

#cce07e #9be07e #e0c37e

Monochromatic Colors of #cce07e

#cce07e

Complementary Color

#cce07e #927ee0

#cce07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce07e Color CSS Codes

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

#cce07e Text Font Color

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

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


#cce07e Background Color

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

This div background color is #cce07e


#cce07e Border Color

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

This div border color is #cce07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce07e


Comments

No comments written yet.

Please login to write comment.