Color Hex Logo

#ccdba3 Color Hex

#CCDBA3
(204,219,163)
0 Favorites   0 Comments

Color spaces of #ccdba3

RGB 204219163
HSL0.210.440.75
HSV76°26°86°
CMYK 0.070.000.26   0.14
XYZ56.844266.144744.4215
Yxy66.14470.33950.3951
Hunter Lab81.3294-17.566024.5468
CIE-Lab85.0702-14.385025.9248

#ccdba3 color RGB value is (204,219,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10100011
Octal 314 333 243
Decimal 204 219 163
Hex CC DB A3

RGB Percentages of Color #ccdba3

%34.81
%37.37
%27.82

CMYK Percentages of Color #ccdba3

%7
%0
%26
%14

Triadic Colors of #ccdba3

#ccdba3 #a3ccdb #dba3cc

Analogous Colors of #ccdba3

#ccdba3 #b0dba3 #dbcea3

Monochromatic Colors of #ccdba3

#ccdba3

Complementary Color

#ccdba3 #b2a3db

#ccdba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdba3 Color CSS Codes

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

#ccdba3 Text Font Color

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

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


#ccdba3 Background Color

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

This div background color is #ccdba3


#ccdba3 Border Color

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

This div border color is #ccdba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdba3


Comments

No comments written yet.

Please login to write comment.