Color Hex Logo

#ccdaa4 Color Hex

#CCDAA4
(204,218,164)
0 Favorites   0 Comments

Color spaces of #ccdaa4

RGB 204218164
HSL0.210.420.75
HSV76°25°85°
CMYK 0.060.000.25   0.15
XYZ56.674165.660544.8087
Yxy65.66050.33910.3928
Hunter Lab81.0312-16.959723.9356
CIE-Lab84.8229-13.740025.0688

#ccdaa4 color RGB value is (204,218,164).

#ccdaa4 hex color red value is 204, green value is 218 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ccdaa4 hue: 0.21 , saturation: 0.42 and the lightness value of ccdaa4 is 0.75.

The process color (four color CMYK) of #ccdaa4 color hex is 0.06, 0.00, 0.25, 0.15. Web safe color of #ccdaa4 is #cccc99. Color #ccdaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10100100
Octal 314 332 244
Decimal 204 218 164
Hex CC DA A4

RGB Percentages of Color #ccdaa4

%34.81
%37.20
%27.99

CMYK Percentages of Color #ccdaa4

%6
%0
%25
%15

Triadic Colors of #ccdaa4

#ccdaa4 #a4ccda #daa4cc

Analogous Colors of #ccdaa4

#ccdaa4 #b1daa4 #dacda4

Monochromatic Colors of #ccdaa4

#ccdaa4

Complementary Color

#ccdaa4 #b2a4da

#ccdaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaa4 Color CSS Codes

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

#ccdaa4 Text Font Color

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

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


#ccdaa4 Background Color

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

This div background color is #ccdaa4


#ccdaa4 Border Color

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

This div border color is #ccdaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaa4


Comments

No comments written yet.

Please login to write comment.