Color Hex Logo

#caedfd Color Hex

#CAEDFD
(202,237,253)
0 Favorites   0 Comments

Color spaces of #caedfd

RGB 202237253
HSL0.550.930.89
HSV199°20°99°
CMYK 0.200.060.00   0.01
XYZ72.370980.2168104.5975
Yxy80.21680.28140.3119
Hunter Lab89.5638-12.5021-6.5474
CIE-Lab91.7820-8.0031-11.5098

#caedfd color RGB value is (202,237,253).

#caedfd hex color red value is 202, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #caedfd hue: 0.55 , saturation: 0.93 and the lightness value of caedfd is 0.89.

The process color (four color CMYK) of #caedfd color hex is 0.20, 0.06, 0.00, 0.01. Web safe color of #caedfd is #ccffff. Color #caedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11111101
Octal 312 355 375
Decimal 202 237 253
Hex CA ED FD

RGB Percentages of Color #caedfd

%29.19
%34.25
%36.56

CMYK Percentages of Color #caedfd

%20
%6
%0
%1

Triadic Colors of #caedfd

#caedfd #fdcaed #edfdca

Analogous Colors of #caedfd

#caedfd #cad4fd #cafdf4

Monochromatic Colors of #caedfd

#caedfd

Complementary Color

#caedfd #fddaca

#caedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caedfd Color CSS Codes

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

#caedfd Text Font Color

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

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


#caedfd Background Color

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

This div background color is #caedfd


#caedfd Border Color

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

This div border color is #caedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caedfd

Related Colors

#caedfd Color Palettes


Comments

No comments written yet.

Please login to write comment.