Color Hex Logo

#ccd48f Color Hex

#CCD48F
(204,212,143)
0 Favorites   0 Comments

Color spaces of #ccd48f

RGB 204212143
HSL0.190.450.70
HSV67°33°83°
CMYK 0.040.000.33   0.17
XYZ53.403261.907535.1213
Yxy61.90750.35500.4115
Hunter Lab78.6813-16.539428.6114
CIE-Lab82.8642-13.554333.2936

#ccd48f color RGB value is (204,212,143).

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

The process color (four color CMYK) of #ccd48f color hex is 0.04, 0.00, 0.33, 0.17. Web safe color of #ccd48f is #cccc99. Color #ccd48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10001111
Octal 314 324 217
Decimal 204 212 143
Hex CC D4 8F

RGB Percentages of Color #ccd48f

%36.49
%37.92
%25.58

CMYK Percentages of Color #ccd48f

%4
%0
%33
%17

Triadic Colors of #ccd48f

#ccd48f #8fccd4 #d48fcc

Analogous Colors of #ccd48f

#ccd48f #aad48f #d4ba8f

Monochromatic Colors of #ccd48f

#ccd48f

Complementary Color

#ccd48f #978fd4

#ccd48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd48f Color CSS Codes

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

#ccd48f Text Font Color

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

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


#ccd48f Background Color

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

This div background color is #ccd48f


#ccd48f Border Color

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

This div border color is #ccd48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd48f


Comments

No comments written yet.

Please login to write comment.