Color Hex Logo

#ccd708 Color Hex

#CCD708
(204,215,8)
0 Favorites   0 Comments

Color spaces of #ccd708

RGB 2042158
HSL0.180.930.44
HSV63°96°84°
CMYK 0.050.000.96   0.16
XYZ49.246161.45589.4963
Yxy61.45580.40970.5113
Hunter Lab78.3937-25.057347.6935
CIE-Lab82.6232-23.511581.3458

#ccd708 color RGB value is (204,215,8).

#ccd708 hex color red value is 204, green value is 215 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ccd708 hue: 0.18 , saturation: 0.93 and the lightness value of ccd708 is 0.44.

The process color (four color CMYK) of #ccd708 color hex is 0.05, 0.00, 0.96, 0.16. Web safe color of #ccd708 is #cccc00. Color #ccd708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 00001000
Octal 314 327 10
Decimal 204 215 8
Hex CC D7 8

RGB Percentages of Color #ccd708

%47.78
%50.35
%1.87

CMYK Percentages of Color #ccd708

%5
%0
%96
%16

Triadic Colors of #ccd708

#ccd708 #08ccd7 #d708cc

Analogous Colors of #ccd708

#ccd708 #65d708 #d77b08

Monochromatic Colors of #ccd708

#ccd708

Complementary Color

#ccd708 #1308d7

#ccd708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd708 Color CSS Codes

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

#ccd708 Text Font Color

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

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


#ccd708 Background Color

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

This div background color is #ccd708


#ccd708 Border Color

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

This div border color is #ccd708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd708


Comments

No comments written yet.

Please login to write comment.