Color Hex Logo

#cadcc4 Color Hex

#CADCC4
(202,220,196)
0 Favorites   0 Comments

Color spaces of #cadcc4

RGB 202220196
HSL0.290.260.82
HSV105°11°86°
CMYK 0.080.000.11   0.14
XYZ59.914167.728562.1396
Yxy67.72850.31570.3569
Hunter Lab82.2973-14.068812.8405
CIE-Lab85.8705-10.38389.7440

#cadcc4 color RGB value is (202,220,196).

#cadcc4 hex color red value is 202, green value is 220 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cadcc4 hue: 0.29 , saturation: 0.26 and the lightness value of cadcc4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011100 11000100
Octal 312 334 304
Decimal 202 220 196
Hex CA DC C4

RGB Percentages of Color #cadcc4

%32.69
%35.60
%31.72

CMYK Percentages of Color #cadcc4

%8
%0
%11
%14

Triadic Colors of #cadcc4

#cadcc4 #c4cadc #dcc4ca

Analogous Colors of #cadcc4

#cadcc4 #c4dcca #d6dcc4

Monochromatic Colors of #cadcc4

#cadcc4

Complementary Color

#cadcc4 #d6c4dc

#cadcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadcc4 Color CSS Codes

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

#cadcc4 Text Font Color

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

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


#cadcc4 Background Color

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

This div background color is #cadcc4


#cadcc4 Border Color

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

This div border color is #cadcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadcc4

#cadcc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.