Color Hex Logo

#ccef1d Color Hex

#CCEF1D
(204,239,29)
0 Favorites   0 Comments

Color spaces of #ccef1d

RGB 20423929
HSL0.190.870.53
HSV70°88°94°
CMYK 0.150.000.88   0.06
XYZ55.990174.659112.6221
Yxy74.65910.39080.5211
Hunter Lab86.4055-35.543051.8228
CIE-Lab89.2331-34.449083.9178

#ccef1d color RGB value is (204,239,29).

#ccef1d hex color red value is 204, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ccef1d hue: 0.19 , saturation: 0.87 and the lightness value of ccef1d is 0.53.

The process color (four color CMYK) of #ccef1d color hex is 0.15, 0.00, 0.88, 0.06. Web safe color of #ccef1d is #ccff33. Color #ccef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 00011101
Octal 314 357 35
Decimal 204 239 29
Hex CC EF 1D

RGB Percentages of Color #ccef1d

%43.22
%50.64
%6.14

CMYK Percentages of Color #ccef1d

%15
%0
%88
%6

Triadic Colors of #ccef1d

#ccef1d #1dccef #ef1dcc

Analogous Colors of #ccef1d

#ccef1d #63ef1d #efa91d

Monochromatic Colors of #ccef1d

#ccef1d

Complementary Color

#ccef1d #401def

#ccef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef1d Color CSS Codes

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

#ccef1d Text Font Color

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

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


#ccef1d Background Color

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

This div background color is #ccef1d


#ccef1d Border Color

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

This div border color is #ccef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef1d


Comments

No comments written yet.

Please login to write comment.