Color Hex Logo

#caebfd Color Hex

#CAEBFD
(202,235,253)
0 Favorites   0 Comments

Color spaces of #caebfd

RGB 202235253
HSL0.560.930.89
HSV201°20°99°
CMYK 0.200.070.00   0.01
XYZ71.795179.0651104.4056
Yxy79.06510.28130.3097
Hunter Lab88.9186-11.4820-7.3736
CIE-Lab91.2637-6.9831-12.2826

#caebfd color RGB value is (202,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11111101
Octal 312 353 375
Decimal 202 235 253
Hex CA EB FD

RGB Percentages of Color #caebfd

%29.28
%34.06
%36.67

CMYK Percentages of Color #caebfd

%20
%7
%0
%1

Triadic Colors of #caebfd

#caebfd #fdcaeb #ebfdca

Analogous Colors of #caebfd

#caebfd #cad2fd #cafdf6

Monochromatic Colors of #caebfd

#caebfd

Complementary Color

#caebfd #fddcca

#caebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebfd Color CSS Codes

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

#caebfd Text Font Color

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

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


#caebfd Background Color

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

This div background color is #caebfd


#caebfd Border Color

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

This div border color is #caebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebfd


Comments

No comments written yet.

Please login to write comment.