Color Hex Logo

#ccef8e Color Hex

#CCEF8E
(204,239,142)
0 Favorites   0 Comments

Color spaces of #ccef8e

RGB 204239142
HSL0.230.750.75
HSV82°41°94°
CMYK 0.150.000.41   0.06
XYZ60.650876.523437.1650
Yxy76.52340.34790.4389
Hunter Lab87.4777-29.326736.0449
CIE-Lab90.1018-26.872143.1618

#ccef8e color RGB value is (204,239,142).

#ccef8e hex color red value is 204, green value is 239 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ccef8e hue: 0.23 , saturation: 0.75 and the lightness value of ccef8e is 0.75.

The process color (four color CMYK) of #ccef8e color hex is 0.15, 0.00, 0.41, 0.06. Web safe color of #ccef8e is #ccff99. Color #ccef8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10001110
Octal 314 357 216
Decimal 204 239 142
Hex CC EF 8E

RGB Percentages of Color #ccef8e

%34.87
%40.85
%24.27

CMYK Percentages of Color #ccef8e

%15
%0
%41
%6

Triadic Colors of #ccef8e

#ccef8e #8eccef #ef8ecc

Analogous Colors of #ccef8e

#ccef8e #9cef8e #efe28e

Monochromatic Colors of #ccef8e

#ccef8e

Complementary Color

#ccef8e #b18eef

#ccef8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef8e Color CSS Codes

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

#ccef8e Text Font Color

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

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


#ccef8e Background Color

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

This div background color is #ccef8e


#ccef8e Border Color

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

This div border color is #ccef8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef8e


Comments

No comments written yet.

Please login to write comment.