color codes Logo

#ccef1e color codes

#CCEF1E
(204,239,30)
0 Favorites   0 Comments

Color spaces of #ccef1e

RGB 20423930
HSL0.190.870.53
HSV70°87°94°
CMYK 0.150.000.87   0.06
XYZ56.002774.664112.6883
Yxy74.66410.39070.5208
Hunter Lab86.4084-35.525951.7797
CIE-Lab89.2354-34.427783.7517

#ccef1e color RGB value is (204,239,30).

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

The process color (four color CMYK) of #ccef1e color code is 0.15, 0.00, 0.87, 0.06. Web safe color of #ccef1e is #ccff33. Color #ccef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 00011110
Octal 314 357 36
Decimal 204 239 30
Hex CC EF 1E

RGB Percentages of Color #ccef1e

%43.13
%50.53
%6.34

CMYK Percentages of Color #ccef1e

%15
%0
%87
%6

Triadic Colors of #ccef1e

#ccef1e #1eccef #ef1ecc

Analogous Colors of #ccef1e

#ccef1e #63ef1e #efaa1e

Monochromatic Colors of #ccef1e

#ccef1e

Complementary Color

#ccef1e #411eef

#ccef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef1e Color CSS Codes

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

#ccef1e Text Font Color

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

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


#ccef1e Background Color

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

This div background color is #ccef1e


#ccef1e Border Color

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

This div border color is #ccef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef1e


Comments

No comments written yet.

Please login to write comment.