Color Hex Logo

#cccf4f Color Hex

#CCCF4F
(204,207,79)
0 Favorites   0 Comments

Color spaces of #cccf4f

RGB 20420779
HSL0.170.570.56
HSV61°62°81°
CMYK 0.010.000.62   0.19
XYZ48.625958.027516.0347
Yxy58.02750.39630.4730
Hunter Lab76.1758-19.364340.8427
CIE-Lab80.7541-17.148061.2012

#cccf4f color RGB value is (204,207,79).

#cccf4f hex color red value is 204, green value is 207 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cccf4f hue: 0.17 , saturation: 0.57 and the lightness value of cccf4f is 0.56.

The process color (four color CMYK) of #cccf4f color hex is 0.01, 0.00, 0.62, 0.19. Web safe color of #cccf4f is #cccc66. Color #cccf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 01001111
Octal 314 317 117
Decimal 204 207 79
Hex CC CF 4F

RGB Percentages of Color #cccf4f

%41.63
%42.24
%16.12

CMYK Percentages of Color #cccf4f

%1
%0
%62
%19

Triadic Colors of #cccf4f

#cccf4f #4fcccf #cf4fcc

Analogous Colors of #cccf4f

#cccf4f #8ccf4f #cf924f

Monochromatic Colors of #cccf4f

#cccf4f

Complementary Color

#cccf4f #524fcf

#cccf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf4f Color CSS Codes

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

#cccf4f Text Font Color

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

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


#cccf4f Background Color

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

This div background color is #cccf4f


#cccf4f Border Color

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

This div border color is #cccf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf4f


Comments

No comments written yet.

Please login to write comment.