Color Hex Logo

#caebef Color Hex

#CAEBEF
(202,235,239)
0 Favorites   0 Comments

Color spaces of #caebef

RGB 202235239
HSL0.520.540.86
HSV186°15°94°
CMYK 0.150.020.00   0.06
XYZ69.645478.205293.0858
Yxy78.20520.28910.3246
Hunter Lab88.4337-14.1824-0.5054
CIE-Lab90.8735-9.8918-5.5536

#caebef color RGB value is (202,235,239).

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

The process color (four color CMYK) of #caebef color hex is 0.15, 0.02, 0.00, 0.06. Web safe color of #caebef is #ccffff. Color #caebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11101111
Octal 312 353 357
Decimal 202 235 239
Hex CA EB EF

RGB Percentages of Color #caebef

%29.88
%34.76
%35.36

CMYK Percentages of Color #caebef

%15
%2
%0
%6

Triadic Colors of #caebef

#caebef #efcaeb #ebefca

Analogous Colors of #caebef

#caebef #cad9ef #caefe1

Monochromatic Colors of #caebef

#caebef

Complementary Color

#caebef #efceca

#caebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebef Color CSS Codes

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

#caebef Text Font Color

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

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


#caebef Background Color

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

This div background color is #caebef


#caebef Border Color

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

This div border color is #caebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebef


Comments

No comments written yet.

Please login to write comment.