Color Hex Logo

#caddd5 Color Hex

#CADDD5
(202,221,213)
0 Favorites   0 Comments

Color spaces of #caddd5

RGB 202221213
HSL0.430.220.83
HSV155°87°
CMYK 0.090.000.04   0.13
XYZ62.223869.073673.0038
Yxy69.07360.30460.3381
Hunter Lab83.1105-11.80276.0974
CIE-Lab86.5405-7.83191.7454

#caddd5 color RGB value is (202,221,213).

#caddd5 hex color red value is 202, green value is 221 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #caddd5 hue: 0.43 , saturation: 0.22 and the lightness value of caddd5 is 0.83.

The process color (four color CMYK) of #caddd5 color hex is 0.09, 0.00, 0.04, 0.13. Web safe color of #caddd5 is #cccccc. Color #caddd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 11010101
Octal 312 335 325
Decimal 202 221 213
Hex CA DD D5

RGB Percentages of Color #caddd5

%31.76
%34.75
%33.49

CMYK Percentages of Color #caddd5

%9
%0
%4
%13

Triadic Colors of #caddd5

#caddd5 #d5cadd #ddd5ca

Analogous Colors of #caddd5

#caddd5 #cadcdd #caddcc

Monochromatic Colors of #caddd5

#caddd5

Complementary Color

#caddd5 #ddcad2

#caddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caddd5 Color CSS Codes

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

#caddd5 Text Font Color

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

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


#caddd5 Background Color

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

This div background color is #caddd5


#caddd5 Border Color

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

This div border color is #caddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caddd5


Comments

No comments written yet.

Please login to write comment.