Color Hex Logo

#cadef6 Color Hex

#CADEF6
(202,222,246)
0 Favorites   0 Comments

Color spaces of #cadef6

RGB 202222246
HSL0.590.710.88
HSV213°18°96°
CMYK 0.180.100.00   0.04
XYZ67.112971.452997.4433
Yxy71.45290.28440.3028
Hunter Lab84.5298-6.2062-9.1768
CIE-Lab87.7046-1.7642-13.9340

#cadef6 color RGB value is (202,222,246).

#cadef6 hex color red value is 202, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #cadef6 hue: 0.59 , saturation: 0.71 and the lightness value of cadef6 is 0.88.

The process color (four color CMYK) of #cadef6 color hex is 0.18, 0.10, 0.00, 0.04. Web safe color of #cadef6 is #ccccff. Color #cadef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011110 11110110
Octal 312 336 366
Decimal 202 222 246
Hex CA DE F6

RGB Percentages of Color #cadef6

%30.15
%33.13
%36.72

CMYK Percentages of Color #cadef6

%18
%10
%0
%4

Triadic Colors of #cadef6

#cadef6 #f6cade #def6ca

Analogous Colors of #cadef6

#cadef6 #cccaf6 #caf4f6

Monochromatic Colors of #cadef6

#cadef6

Complementary Color

#cadef6 #f6e2ca

#cadef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadef6 Color CSS Codes

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

#cadef6 Text Font Color

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

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


#cadef6 Background Color

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

This div background color is #cadef6


#cadef6 Border Color

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

This div border color is #cadef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadef6


Comments

No comments written yet.

Please login to write comment.