Color Hex Logo

#ccf45e Color Hex

#CCF45E
(204,244,94)
0 Favorites   0 Comments

Color spaces of #ccf45e

RGB 20424494
HSL0.210.870.66
HSV76°61°96°
CMYK 0.160.000.61   0.04
XYZ59.272978.346922.5881
Yxy78.34690.37000.4890
Hunter Lab88.5138-35.367346.8293
CIE-Lab90.9380-33.761165.9799

#ccf45e color RGB value is (204,244,94).

#ccf45e hex color red value is 204, green value is 244 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ccf45e hue: 0.21 , saturation: 0.87 and the lightness value of ccf45e is 0.66.

The process color (four color CMYK) of #ccf45e color hex is 0.16, 0.00, 0.61, 0.04. Web safe color of #ccf45e is #ccff66. Color #ccf45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 01011110
Octal 314 364 136
Decimal 204 244 94
Hex CC F4 5E

RGB Percentages of Color #ccf45e

%37.64
%45.02
%17.34

CMYK Percentages of Color #ccf45e

%16
%0
%61
%4

Triadic Colors of #ccf45e

#ccf45e #5eccf4 #f45ecc

Analogous Colors of #ccf45e

#ccf45e #81f45e #f4d15e

Monochromatic Colors of #ccf45e

#ccf45e

Complementary Color

#ccf45e #865ef4

#ccf45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf45e Color CSS Codes

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

#ccf45e Text Font Color

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

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


#ccf45e Background Color

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

This div background color is #ccf45e


#ccf45e Border Color

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

This div border color is #ccf45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf45e


Comments

No comments written yet.

Please login to write comment.