Color Hex Logo

#caebf5 Color Hex

#CAEBF5
(202,235,245)
0 Favorites   0 Comments

Color spaces of #caebf5

RGB 202235245
HSL0.540.680.88
HSV194°18°96°
CMYK 0.180.040.00   0.04
XYZ70.546978.565897.8327
Yxy78.56580.28570.3182
Hunter Lab88.6374-13.0463-3.3947
CIE-Lab91.0375-8.6621-8.4440

#caebf5 color RGB value is (202,235,245).

#caebf5 hex color red value is 202, green value is 235 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #caebf5 hue: 0.54 , saturation: 0.68 and the lightness value of caebf5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11110101
Octal 312 353 365
Decimal 202 235 245
Hex CA EB F5

RGB Percentages of Color #caebf5

%29.62
%34.46
%35.92

CMYK Percentages of Color #caebf5

%18
%4
%0
%4

Triadic Colors of #caebf5

#caebf5 #f5caeb #ebf5ca

Analogous Colors of #caebf5

#caebf5 #cad6f5 #caf5ea

Monochromatic Colors of #caebf5

#caebf5

Complementary Color

#caebf5 #f5d4ca

#caebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebf5 Color CSS Codes

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

#caebf5 Text Font Color

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

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


#caebf5 Background Color

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

This div background color is #caebf5


#caebf5 Border Color

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

This div border color is #caebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebf5


Comments

No comments written yet.

Please login to write comment.