Color Hex Logo

#ccdba1 Color Hex

#CCDBA1
(204,219,161)
0 Favorites   0 Comments

Color spaces of #ccdba1

RGB 204219161
HSL0.210.450.75
HSV76°26°86°
CMYK 0.070.000.26   0.14
XYZ56.666466.073643.4851
Yxy66.07360.34090.3975
Hunter Lab81.2857-17.812825.1818
CIE-Lab85.0339-14.668526.9120

#ccdba1 color RGB value is (204,219,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10100001
Octal 314 333 241
Decimal 204 219 161
Hex CC DB A1

RGB Percentages of Color #ccdba1

%34.93
%37.50
%27.57

CMYK Percentages of Color #ccdba1

%7
%0
%26
%14

Triadic Colors of #ccdba1

#ccdba1 #a1ccdb #dba1cc

Analogous Colors of #ccdba1

#ccdba1 #afdba1 #dbcda1

Monochromatic Colors of #ccdba1

#ccdba1

Complementary Color

#ccdba1 #b0a1db

#ccdba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdba1 Color CSS Codes

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

#ccdba1 Text Font Color

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

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


#ccdba1 Background Color

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

This div background color is #ccdba1


#ccdba1 Border Color

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

This div border color is #ccdba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdba1


Comments

No comments written yet.

Please login to write comment.