Color Hex Logo

#ccd70f Color Hex

#CCD70F
(204,215,15)
0 Favorites   0 Comments

Color spaces of #ccd70f

RGB 20421515
HSL0.180.870.45
HSV63°93°84°
CMYK 0.050.000.93   0.16
XYZ49.288561.47279.7196
Yxy61.47270.40910.5102
Hunter Lab78.4045-24.995147.5331
CIE-Lab82.6322-23.435280.6716

#ccd70f color RGB value is (204,215,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 00001111
Octal 314 327 17
Decimal 204 215 15
Hex CC D7 F

RGB Percentages of Color #ccd70f

%47.00
%49.54
%3.46

CMYK Percentages of Color #ccd70f

%5
%0
%93
%16

Triadic Colors of #ccd70f

#ccd70f #0fccd7 #d70fcc

Analogous Colors of #ccd70f

#ccd70f #68d70f #d77e0f

Monochromatic Colors of #ccd70f

#ccd70f

Complementary Color

#ccd70f #1a0fd7

#ccd70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd70f Color CSS Codes

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

#ccd70f Text Font Color

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

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


#ccd70f Background Color

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

This div background color is #ccd70f


#ccd70f Border Color

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

This div border color is #ccd70f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,215,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 #ccd70f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd70f


Comments

No comments written yet.

Please login to write comment.