Color Hex Logo

#ccdbca Color Hex

#CCDBCA
(204,219,202)
0 Favorites   0 Comments

Color spaces of #ccdbca

RGB 204219202
HSL0.310.190.83
HSV113°86°
CMYK 0.070.000.08   0.14
XYZ60.894067.764765.7475
Yxy67.76470.31320.3486
Hunter Lab82.3193-12.017110.2693
CIE-Lab85.8887-8.13746.6248

#ccdbca color RGB value is (204,219,202).

#ccdbca hex color red value is 204, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ccdbca hue: 0.31 , saturation: 0.19 and the lightness value of ccdbca is 0.83.

The process color (four color CMYK) of #ccdbca color hex is 0.07, 0.00, 0.08, 0.14. Web safe color of #ccdbca is #cccccc. Color #ccdbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11001010
Octal 314 333 312
Decimal 204 219 202
Hex CC DB CA

RGB Percentages of Color #ccdbca

%32.64
%35.04
%32.32

CMYK Percentages of Color #ccdbca

%7
%0
%8
%14

Triadic Colors of #ccdbca

#ccdbca #caccdb #dbcacc

Analogous Colors of #ccdbca

#ccdbca #cadbd1 #d5dbca

Monochromatic Colors of #ccdbca

#ccdbca

Complementary Color

#ccdbca #d9cadb

#ccdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbca Color CSS Codes

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

#ccdbca Text Font Color

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

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


#ccdbca Background Color

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

This div background color is #ccdbca


#ccdbca Border Color

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

This div border color is #ccdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbca


Comments

No comments written yet.

Please login to write comment.