Color Hex Logo

#ccdba5 Color Hex

#CCDBA5
(204,219,165)
0 Favorites   0 Comments

Color spaces of #ccdba5

RGB 204219165
HSL0.210.430.75
HSV77°25°86°
CMYK 0.070.000.25   0.14
XYZ57.024966.217045.3729
Yxy66.21700.33820.3927
Hunter Lab81.3738-17.315523.9024
CIE-Lab85.1070-14.097824.9368

#ccdba5 color RGB value is (204,219,165).

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

The process color (four color CMYK) of #ccdba5 color hex is 0.07, 0.00, 0.25, 0.14. Web safe color of #ccdba5 is #cccc99. Color #ccdba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10100101
Octal 314 333 245
Decimal 204 219 165
Hex CC DB A5

RGB Percentages of Color #ccdba5

%34.69
%37.24
%28.06

CMYK Percentages of Color #ccdba5

%7
%0
%25
%14

Triadic Colors of #ccdba5

#ccdba5 #a5ccdb #dba5cc

Analogous Colors of #ccdba5

#ccdba5 #b1dba5 #dbcfa5

Monochromatic Colors of #ccdba5

#ccdba5

Complementary Color

#ccdba5 #b4a5db

#ccdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdba5 Color CSS Codes

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

#ccdba5 Text Font Color

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

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


#ccdba5 Background Color

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

This div background color is #ccdba5


#ccdba5 Border Color

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

This div border color is #ccdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdba5


Comments

No comments written yet.

Please login to write comment.