Color Hex Logo

#cadee3 Color Hex

#CADEE3
(202,222,227)
0 Favorites   0 Comments

Color spaces of #cadee3

RGB 202222227
HSL0.530.310.84
HSV192°11°89°
CMYK 0.110.020.00   0.11
XYZ64.343570.345282.8598
Yxy70.34520.29580.3234
Hunter Lab83.8720-9.83750.1360
CIE-Lab87.1659-5.6527-4.7238

#cadee3 color RGB value is (202,222,227).

#cadee3 hex color red value is 202, green value is 222 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #cadee3 hue: 0.53 , saturation: 0.31 and the lightness value of cadee3 is 0.84.

The process color (four color CMYK) of #cadee3 color hex is 0.11, 0.02, 0.00, 0.11. Web safe color of #cadee3 is #cccccc. Color #cadee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 11100011
Octal 312 336 343
Decimal 202 222 227
Hex CA DE E3

RGB Percentages of Color #cadee3

%31.03
%34.10
%34.87

CMYK Percentages of Color #cadee3

%11
%2
%0
%11

Triadic Colors of #cadee3

#cadee3 #e3cade #dee3ca

Analogous Colors of #cadee3

#cadee3 #cad2e3 #cae3dc

Monochromatic Colors of #cadee3

#cadee3

Complementary Color

#cadee3 #e3cfca

#cadee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadee3 Color CSS Codes

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

#cadee3 Text Font Color

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

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


#cadee3 Background Color

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

This div background color is #cadee3


#cadee3 Border Color

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

This div border color is #cadee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadee3


Comments

No comments written yet.

Please login to write comment.