Color Hex Logo

#caebee Color Hex

#CAEBEE
(202,235,238)
0 Favorites   0 Comments

Color spaces of #caebee

RGB 202235238
HSL0.510.510.86
HSV185°15°93°
CMYK 0.150.010.00   0.07
XYZ69.498178.146392.3097
Yxy78.14630.28960.3257
Hunter Lab88.4004-14.3686-0.0317
CIE-Lab90.8466-10.0941-5.0708

#caebee color RGB value is (202,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11101110
Octal 312 353 356
Decimal 202 235 238
Hex CA EB EE

RGB Percentages of Color #caebee

%29.93
%34.81
%35.26

CMYK Percentages of Color #caebee

%15
%1
%0
%7

Triadic Colors of #caebee

#caebee #eecaeb #ebeeca

Analogous Colors of #caebee

#caebee #cad9ee #caeedf

Monochromatic Colors of #caebee

#caebee

Complementary Color

#caebee #eecdca

#caebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebee Color CSS Codes

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

#caebee Text Font Color

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

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


#caebee Background Color

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

This div background color is #caebee


#caebee Border Color

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

This div border color is #caebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebee


Comments

No comments written yet.

Please login to write comment.