Color Hex Logo

#ccd48c Color Hex

#CCD48C
(204,212,140)
0 Favorites   0 Comments

Color spaces of #ccd48c

RGB 204212140
HSL0.190.460.69
HSV67°34°83°
CMYK 0.040.000.34   0.17
XYZ53.178961.817833.9401
Yxy61.81780.35710.4151
Hunter Lab78.6243-16.861029.4430
CIE-Lab82.8164-13.926834.7665

#ccd48c color RGB value is (204,212,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10001100
Octal 314 324 214
Decimal 204 212 140
Hex CC D4 8C

RGB Percentages of Color #ccd48c

%36.69
%38.13
%25.18

CMYK Percentages of Color #ccd48c

%4
%0
%34
%17

Triadic Colors of #ccd48c

#ccd48c #8cccd4 #d48ccc

Analogous Colors of #ccd48c

#ccd48c #a8d48c #d4b88c

Monochromatic Colors of #ccd48c

#ccd48c

Complementary Color

#ccd48c #948cd4

#ccd48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd48c Color CSS Codes

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

#ccd48c Text Font Color

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

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


#ccd48c Background Color

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

This div background color is #ccd48c


#ccd48c Border Color

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

This div border color is #ccd48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd48c


Comments

No comments written yet.

Please login to write comment.