Color Hex Logo

#caebff Color Hex

#CAEBFF
(202,235,255)
0 Favorites   0 Comments

Color spaces of #caebff

RGB 202235255
HSL0.561.000.90
HSV203°21°100°
CMYK 0.210.080.00   0.00
XYZ72.115579.1932106.0927
Yxy79.19320.28020.3077
Hunter Lab88.9906-11.0820-8.3909
CIE-Lab91.3216-6.5563-13.2395

#caebff color RGB value is (202,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11111111
Octal 312 353 377
Decimal 202 235 255
Hex CA EB FF

RGB Percentages of Color #caebff

%29.19
%33.96
%36.85

CMYK Percentages of Color #caebff

%21
%8
%0
%0

Triadic Colors of #caebff

#caebff #ffcaeb #ebffca

Analogous Colors of #caebff

#caebff #cad1ff #cafff9

Monochromatic Colors of #caebff

#caebff

Complementary Color

#caebff #ffdeca

#caebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebff Color CSS Codes

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

#caebff Text Font Color

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

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


#caebff Background Color

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

This div background color is #caebff


#caebff Border Color

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

This div border color is #caebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebff

Related Colors


Comments

No comments written yet.

Please login to write comment.