Color Hex Logo

#ccf74b Color Hex

#CCF74B
(204,247,75)
0 Favorites   0 Comments

Color spaces of #ccf74b

RGB 20424775
HSL0.210.910.63
HSV75°70°97°
CMYK 0.170.000.70   0.03
XYZ59.432679.866918.9400
Yxy79.86690.37560.5047
Hunter Lab89.3683-37.686649.9923
CIE-Lab91.6251-36.339673.9162

#ccf74b color RGB value is (204,247,75).

#ccf74b hex color red value is 204, green value is 247 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ccf74b hue: 0.21 , saturation: 0.91 and the lightness value of ccf74b is 0.63.

The process color (four color CMYK) of #ccf74b color hex is 0.17, 0.00, 0.70, 0.03. Web safe color of #ccf74b is #ccff33. Color #ccf74b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110111 01001011
Octal 314 367 113
Decimal 204 247 75
Hex CC F7 4B

RGB Percentages of Color #ccf74b

%38.78
%46.96
%14.26

CMYK Percentages of Color #ccf74b

%17
%0
%70
%3

Triadic Colors of #ccf74b

#ccf74b #4bccf7 #f74bcc

Analogous Colors of #ccf74b

#ccf74b #76f74b #f7cc4b

Monochromatic Colors of #ccf74b

#ccf74b

Complementary Color

#ccf74b #764bf7

#ccf74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf74b Color CSS Codes

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

#ccf74b Text Font Color

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

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


#ccf74b Background Color

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

This div background color is #ccf74b


#ccf74b Border Color

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

This div border color is #ccf74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf74b


Comments

No comments written yet.

Please login to write comment.