Color Hex Logo

#ccd72f Color Hex

#CCD72F
(204,215,47)
0 Favorites   0 Comments

Color spaces of #ccd72f

RGB 20421547
HSL0.180.680.51
HSV64°78°84°
CMYK 0.050.000.78   0.16
XYZ49.715461.643511.9674
Yxy61.64350.40310.4998
Hunter Lab78.5134-24.370545.9221
CIE-Lab82.7235-22.672274.4104

#ccd72f color RGB value is (204,215,47).

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

The process color (four color CMYK) of #ccd72f color hex is 0.05, 0.00, 0.78, 0.16. Web safe color of #ccd72f is #cccc33. Color #ccd72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 00101111
Octal 314 327 57
Decimal 204 215 47
Hex CC D7 2F

RGB Percentages of Color #ccd72f

%43.78
%46.14
%10.09

CMYK Percentages of Color #ccd72f

%5
%0
%78
%16

Triadic Colors of #ccd72f

#ccd72f #2fccd7 #d72fcc

Analogous Colors of #ccd72f

#ccd72f #78d72f #d78e2f

Monochromatic Colors of #ccd72f

#ccd72f

Complementary Color

#ccd72f #3a2fd7

#ccd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd72f Color CSS Codes

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

#ccd72f Text Font Color

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

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


#ccd72f Background Color

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

This div background color is #ccd72f


#ccd72f Border Color

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

This div border color is #ccd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd72f


Comments

No comments written yet.

Please login to write comment.