Color Hex Logo

#caddb0 Color Hex

#CADDB0
(202,221,176)
0 Favorites   0 Comments

Color spaces of #caddb0

RGB 202221176
HSL0.240.400.78
HSV85°20°87°
CMYK 0.090.000.20   0.13
XYZ58.050067.404051.0250
Yxy67.40400.32890.3819
Hunter Lab82.0999-17.463820.6213
CIE-Lab85.7076-14.174520.0103

#caddb0 color RGB value is (202,221,176).

#caddb0 hex color red value is 202, green value is 221 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #caddb0 hue: 0.24 , saturation: 0.40 and the lightness value of caddb0 is 0.78.

The process color (four color CMYK) of #caddb0 color hex is 0.09, 0.00, 0.20, 0.13. Web safe color of #caddb0 is #cccc99. Color #caddb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10110000
Octal 312 335 260
Decimal 202 221 176
Hex CA DD B0

RGB Percentages of Color #caddb0

%33.72
%36.89
%29.38

CMYK Percentages of Color #caddb0

%9
%0
%20
%13

Triadic Colors of #caddb0

#caddb0 #b0cadd #ddb0ca

Analogous Colors of #caddb0

#caddb0 #b4ddb0 #dddab0

Monochromatic Colors of #caddb0

#caddb0

Complementary Color

#caddb0 #c3b0dd

#caddb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caddb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caddb0 Color CSS Codes

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

#caddb0 Text Font Color

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

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


#caddb0 Background Color

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

This div background color is #caddb0


#caddb0 Border Color

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

This div border color is #caddb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caddb0


Comments

No comments written yet.

Please login to write comment.