Color Hex Logo

#ccd57f Color Hex

#CCD57F
(204,213,127)
0 Favorites   0 Comments

Color spaces of #ccd57f

RGB 204213127
HSL0.180.510.67
HSV66°40°84°
CMYK 0.040.000.40   0.16
XYZ52.526961.958229.2693
Yxy61.95820.36540.4310
Hunter Lab78.7135-18.632533.0527
CIE-Lab82.8912-15.939741.4255

#ccd57f color RGB value is (204,213,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01111111
Octal 314 325 177
Decimal 204 213 127
Hex CC D5 7F

RGB Percentages of Color #ccd57f

%37.50
%39.15
%23.35

CMYK Percentages of Color #ccd57f

%4
%0
%40
%16

Triadic Colors of #ccd57f

#ccd57f #7fccd5 #d57fcc

Analogous Colors of #ccd57f

#ccd57f #a1d57f #d5b37f

Monochromatic Colors of #ccd57f

#ccd57f

Complementary Color

#ccd57f #887fd5

#ccd57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd57f Color CSS Codes

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

#ccd57f Text Font Color

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

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


#ccd57f Background Color

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

This div background color is #ccd57f


#ccd57f Border Color

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

This div border color is #ccd57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd57f


Comments

No comments written yet.

Please login to write comment.