Color Hex Logo

#cabeea Color Hex

#CABEEA
(202,190,234)
0 Favorites   0 Comments

Color spaces of #cabeea

RGB 202190234
HSL0.710.510.83
HSV256°19°92°
CMYK 0.140.190.00   0.08
XYZ57.621955.324085.4835
Yxy55.32400.29040.2788
Hunter Lab74.38018.1179-16.0747
CIE-Lab79.227512.7112-20.3179

#cabeea color RGB value is (202,190,234).

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

The process color (four color CMYK) of #cabeea color hex is 0.14, 0.19, 0.00, 0.08. Web safe color of #cabeea is #ccccff. Color #cabeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11101010
Octal 312 276 352
Decimal 202 190 234
Hex CA BE EA

RGB Percentages of Color #cabeea

%32.27
%30.35
%37.38

CMYK Percentages of Color #cabeea

%14
%19
%0
%8

Triadic Colors of #cabeea

#cabeea #eacabe #beeaca

Analogous Colors of #cabeea

#cabeea #e0beea #bec8ea

Monochromatic Colors of #cabeea

#cabeea

Complementary Color

#cabeea #deeabe

#cabeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeea Color CSS Codes

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

#cabeea Text Font Color

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

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


#cabeea Background Color

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

This div background color is #cabeea


#cabeea Border Color

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

This div border color is #cabeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeea


Comments

No comments written yet.

Please login to write comment.