Color Hex Logo

#cadfe6 Color Hex

#CADFE6
(202,223,230)
0 Favorites   0 Comments

Color spaces of #cadfe6

RGB 202223230
HSL0.540.360.85
HSV195°12°90°
CMYK 0.120.030.00   0.10
XYZ65.027771.045185.1487
Yxy71.04510.29390.3211
Hunter Lab84.2883-9.7932-0.8935
CIE-Lab87.5069-5.5720-5.8019

#cadfe6 color RGB value is (202,223,230).

#cadfe6 hex color red value is 202, green value is 223 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cadfe6 hue: 0.54 , saturation: 0.36 and the lightness value of cadfe6 is 0.85.

The process color (four color CMYK) of #cadfe6 color hex is 0.12, 0.03, 0.00, 0.10. Web safe color of #cadfe6 is #ccccff. Color #cadfe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011111 11100110
Octal 312 337 346
Decimal 202 223 230
Hex CA DF E6

RGB Percentages of Color #cadfe6

%30.84
%34.05
%35.11

CMYK Percentages of Color #cadfe6

%12
%3
%0
%10

Triadic Colors of #cadfe6

#cadfe6 #e6cadf #dfe6ca

Analogous Colors of #cadfe6

#cadfe6 #cad1e6 #cae6df

Monochromatic Colors of #cadfe6

#cadfe6

Complementary Color

#cadfe6 #e6d1ca

#cadfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadfe6 Color CSS Codes

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

#cadfe6 Text Font Color

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

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


#cadfe6 Background Color

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

This div background color is #cadfe6


#cadfe6 Border Color

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

This div border color is #cadfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadfe6


Comments

No comments written yet.

Please login to write comment.