Color Hex Logo

#caeafd Color Hex

#CAEAFD
(202,234,253)
0 Favorites   0 Comments

Color spaces of #caeafd

RGB 202234253
HSL0.560.930.89
HSV202°20°99°
CMYK 0.200.080.00   0.01
XYZ71.509678.4940104.3104
Yxy78.49400.28120.3086
Hunter Lab88.5968-10.9709-7.7879
CIE-Lab91.0049-6.4716-12.6690

#caeafd color RGB value is (202,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 11111101
Octal 312 352 375
Decimal 202 234 253
Hex CA EA FD

RGB Percentages of Color #caeafd

%29.32
%33.96
%36.72

CMYK Percentages of Color #caeafd

%20
%8
%0
%1

Triadic Colors of #caeafd

#caeafd #fdcaea #eafdca

Analogous Colors of #caeafd

#caeafd #cad1fd #cafdf7

Monochromatic Colors of #caeafd

#caeafd

Complementary Color

#caeafd #fdddca

#caeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeafd Color CSS Codes

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

#caeafd Text Font Color

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

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


#caeafd Background Color

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

This div background color is #caeafd


#caeafd Border Color

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

This div border color is #caeafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,234,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 #caeafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeafd

Related Colors


Comments

No comments written yet.

Please login to write comment.