Color Hex Logo

#cabeee Color Hex

#CABEEE
(202,190,238)
0 Favorites   0 Comments

Color spaces of #cabeee

RGB 202190238
HSL0.710.590.84
HSV255°20°93°
CMYK 0.150.200.00   0.07
XYZ58.203255.556588.5448
Yxy55.55650.28770.2746
Hunter Lab74.53628.9471-18.2578
CIE-Lab79.360713.5553-22.2649

#cabeee color RGB value is (202,190,238).

#cabeee hex color red value is 202, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cabeee hue: 0.71 , saturation: 0.59 and the lightness value of cabeee is 0.84.

The process color (four color CMYK) of #cabeee color hex is 0.15, 0.20, 0.00, 0.07. Web safe color of #cabeee is #ccccff. Color #cabeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11101110
Octal 312 276 356
Decimal 202 190 238
Hex CA BE EE

RGB Percentages of Color #cabeee

%32.06
%30.16
%37.78

CMYK Percentages of Color #cabeee

%15
%20
%0
%7

Triadic Colors of #cabeee

#cabeee #eecabe #beeeca

Analogous Colors of #cabeee

#cabeee #e2beee #becaee

Monochromatic Colors of #cabeee

#cabeee

Complementary Color

#cabeee #e2eebe

#cabeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeee Color CSS Codes

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

#cabeee Text Font Color

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

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


#cabeee Background Color

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

This div background color is #cabeee


#cabeee Border Color

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

This div border color is #cabeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeee


Comments

No comments written yet.

Please login to write comment.