Color Hex Logo

#ccd47f Color Hex

#CCD47F
(204,212,127)
0 Favorites   0 Comments

Color spaces of #ccd47f

RGB 204212127
HSL0.180.500.66
HSV66°40°83°
CMYK 0.040.000.40   0.17
XYZ52.276161.456629.1857
Yxy61.45660.36580.4300
Hunter Lab78.3943-18.159832.8027
CIE-Lab82.6236-15.440441.0871

#ccd47f color RGB value is (204,212,127).

#ccd47f hex color red value is 204, green value is 212 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ccd47f hue: 0.18 , saturation: 0.50 and the lightness value of ccd47f is 0.66.

The process color (four color CMYK) of #ccd47f color hex is 0.04, 0.00, 0.40, 0.17. Web safe color of #ccd47f is #cccc66. Color #ccd47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01111111
Octal 314 324 177
Decimal 204 212 127
Hex CC D4 7F

RGB Percentages of Color #ccd47f

%37.57
%39.04
%23.39

CMYK Percentages of Color #ccd47f

%4
%0
%40
%17

Triadic Colors of #ccd47f

#ccd47f #7fccd4 #d47fcc

Analogous Colors of #ccd47f

#ccd47f #a2d47f #d4b27f

Monochromatic Colors of #ccd47f

#ccd47f

Complementary Color

#ccd47f #877fd4

#ccd47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd47f Color CSS Codes

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

#ccd47f Text Font Color

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

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


#ccd47f Background Color

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

This div background color is #ccd47f


#ccd47f Border Color

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

This div border color is #ccd47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd47f


Comments

No comments written yet.

Please login to write comment.