Color Hex Logo

#ccdaa5 Color Hex

#CCDAA5
(204,218,165)
0 Favorites   0 Comments

Color spaces of #ccdaa5

RGB 204218165
HSL0.210.420.75
HSV76°24°85°
CMYK 0.060.000.24   0.15
XYZ56.764865.696845.2862
Yxy65.69680.33840.3916
Hunter Lab81.0536-16.833623.6110
CIE-Lab84.8415-13.595724.5743

#ccdaa5 color RGB value is (204,218,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10100101
Octal 314 332 245
Decimal 204 218 165
Hex CC DA A5

RGB Percentages of Color #ccdaa5

%34.75
%37.14
%28.11

CMYK Percentages of Color #ccdaa5

%6
%0
%24
%15

Triadic Colors of #ccdaa5

#ccdaa5 #a5ccda #daa5cc

Analogous Colors of #ccdaa5

#ccdaa5 #b2daa5 #dacea5

Monochromatic Colors of #ccdaa5

#ccdaa5

Complementary Color

#ccdaa5 #b3a5da

#ccdaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaa5 Color CSS Codes

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

#ccdaa5 Text Font Color

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

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


#ccdaa5 Background Color

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

This div background color is #ccdaa5


#ccdaa5 Border Color

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

This div border color is #ccdaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaa5


Comments

No comments written yet.

Please login to write comment.