Color Hex Logo

#ccf11e Color Hex

#CCF11E
(204,241,30)
0 Favorites   0 Comments

Color spaces of #ccf11e

RGB 20424130
HSL0.200.880.53
HSV71°88°95°
CMYK 0.150.000.88   0.05
XYZ56.591575.841712.8845
Yxy75.84170.38940.5219
Hunter Lab87.0871-36.408552.1891
CIE-Lab89.7858-35.336184.1996

#ccf11e color RGB value is (204,241,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 00011110
Octal 314 361 36
Decimal 204 241 30
Hex CC F1 1E

RGB Percentages of Color #ccf11e

%42.95
%50.74
%6.32

CMYK Percentages of Color #ccf11e

%15
%0
%88
%5

Triadic Colors of #ccf11e

#ccf11e #1eccf1 #f11ecc

Analogous Colors of #ccf11e

#ccf11e #62f11e #f1ad1e

Monochromatic Colors of #ccf11e

#ccf11e

Complementary Color

#ccf11e #431ef1

#ccf11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf11e Color CSS Codes

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

#ccf11e Text Font Color

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

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


#ccf11e Background Color

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

This div background color is #ccf11e


#ccf11e Border Color

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

This div border color is #ccf11e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,241,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 #ccf11e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf11e


Comments

No comments written yet.

Please login to write comment.