Color Hex Logo

#cccf0f Color Hex

#CCCF0F
(204,207,15)
0 Favorites   0 Comments

Color spaces of #cccf0f

RGB 20420715
HSL0.170.860.44
HSV61°93°81°
CMYK 0.010.000.93   0.19
XYZ47.300957.49759.0570
Yxy57.49750.41540.5050
Hunter Lab75.8271-21.349345.9972
CIE-Lab80.4586-19.540279.0031

#cccf0f color RGB value is (204,207,15).

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

The process color (four color CMYK) of #cccf0f color hex is 0.01, 0.00, 0.93, 0.19. Web safe color of #cccf0f is #cccc00. Color #cccf0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 00001111
Octal 314 317 17
Decimal 204 207 15
Hex CC CF F

RGB Percentages of Color #cccf0f

%47.89
%48.59
%3.52

CMYK Percentages of Color #cccf0f

%1
%0
%93
%19

Triadic Colors of #cccf0f

#cccf0f #0fcccf #cf0fcc

Analogous Colors of #cccf0f

#cccf0f #6ccf0f #cf720f

Monochromatic Colors of #cccf0f

#cccf0f

Complementary Color

#cccf0f #120fcf

#cccf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf0f Color CSS Codes

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

#cccf0f Text Font Color

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

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


#cccf0f Background Color

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

This div background color is #cccf0f


#cccf0f Border Color

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

This div border color is #cccf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf0f


Comments

No comments written yet.

Please login to write comment.