color codes Logo

#ccf45b color codes

#CCF45B
(204,244,91)
0 Favorites   0 Comments

Color spaces of #ccf45b

RGB 20424491
HSL0.210.870.66
HSV76°63°96°
CMYK 0.160.000.63   0.04
XYZ59.140978.294121.8927
Yxy78.29410.37120.4914
Hunter Lab88.4840-35.541147.2692
CIE-Lab90.9139-33.974967.1662

#ccf45b color RGB value is (204,244,91).

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

The process color (four color CMYK) of #ccf45b color code is 0.16, 0.00, 0.63, 0.04. Web safe color of #ccf45b is #ccff66. Color #ccf45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 01011011
Octal 314 364 133
Decimal 204 244 91
Hex CC F4 5B

RGB Percentages of Color #ccf45b

%37.85
%45.27
%16.88

CMYK Percentages of Color #ccf45b

%16
%0
%63
%4

Triadic Colors of #ccf45b

#ccf45b #5bccf4 #f45bcc

Analogous Colors of #ccf45b

#ccf45b #80f45b #f4d05b

Monochromatic Colors of #ccf45b

#ccf45b

Complementary Color

#ccf45b #835bf4

#ccf45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf45b Color CSS Codes

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

#ccf45b Text Font Color

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

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


#ccf45b Background Color

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

This div background color is #ccf45b


#ccf45b Border Color

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

This div border color is #ccf45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf45b


Comments

No comments written yet.

Please login to write comment.