Color Hex Logo

#ccef7d Color Hex

#CCEF7D
(204,239,125)
0 Favorites   0 Comments

Color spaces of #ccef7d

RGB 204239125
HSL0.220.780.71
HSV78°48°94°
CMYK 0.150.000.48   0.06
XYZ59.470076.051030.9470
Yxy76.05100.35720.4569
Hunter Lab87.2072-30.886540.0050
CIE-Lab89.8830-28.741051.0598

#ccef7d color RGB value is (204,239,125).

#ccef7d hex color red value is 204, green value is 239 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ccef7d hue: 0.22 , saturation: 0.78 and the lightness value of ccef7d is 0.71.

The process color (four color CMYK) of #ccef7d color hex is 0.15, 0.00, 0.48, 0.06. Web safe color of #ccef7d is #ccff66. Color #ccef7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 01111101
Octal 314 357 175
Decimal 204 239 125
Hex CC EF 7D

RGB Percentages of Color #ccef7d

%35.92
%42.08
%22.01

CMYK Percentages of Color #ccef7d

%15
%0
%48
%6

Triadic Colors of #ccef7d

#ccef7d #7dccef #ef7dcc

Analogous Colors of #ccef7d

#ccef7d #93ef7d #efd97d

Monochromatic Colors of #ccef7d

#ccef7d

Complementary Color

#ccef7d #a07def

#ccef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef7d Color CSS Codes

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

#ccef7d Text Font Color

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

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


#ccef7d Background Color

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

This div background color is #ccef7d


#ccef7d Border Color

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

This div border color is #ccef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef7d


Comments

No comments written yet.

Please login to write comment.