Color Hex Logo

#ccd68f Color Hex

#CCD68F
(204,214,143)
0 Favorites   0 Comments

Color spaces of #ccd68f

RGB 204214143
HSL0.190.460.70
HSV68°33°84°
CMYK 0.050.000.33   0.16
XYZ53.906362.913735.2890
Yxy62.91370.35440.4136
Hunter Lab79.3182-17.494429.1443
CIE-Lab83.3970-14.559033.9942

#ccd68f color RGB value is (204,214,143).

#ccd68f hex color red value is 204, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccd68f hue: 0.19 , saturation: 0.46 and the lightness value of ccd68f is 0.70.

The process color (four color CMYK) of #ccd68f color hex is 0.05, 0.00, 0.33, 0.16. Web safe color of #ccd68f is #cccc99. Color #ccd68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 10001111
Octal 314 326 217
Decimal 204 214 143
Hex CC D6 8F

RGB Percentages of Color #ccd68f

%36.36
%38.15
%25.49

CMYK Percentages of Color #ccd68f

%5
%0
%33
%16

Triadic Colors of #ccd68f

#ccd68f #8fccd6 #d68fcc

Analogous Colors of #ccd68f

#ccd68f #a9d68f #d6bd8f

Monochromatic Colors of #ccd68f

#ccd68f

Complementary Color

#ccd68f #998fd6

#ccd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd68f Color CSS Codes

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

#ccd68f Text Font Color

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

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


#ccd68f Background Color

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

This div background color is #ccd68f


#ccd68f Border Color

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

This div border color is #ccd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd68f


Comments

No comments written yet.

Please login to write comment.