Color Hex Logo

#cabbea Color Hex

#CABBEA
(202,187,234)
0 Favorites   0 Comments

Color spaces of #cabbea

RGB 202187234
HSL0.720.530.83
HSV259°20°92°
CMYK 0.140.200.00   0.08
XYZ56.978754.037785.2691
Yxy54.03770.29030.2753
Hunter Lab73.51039.7143-17.3168
CIE-Lab78.483714.3369-21.4459

#cabbea color RGB value is (202,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11101010
Octal 312 273 352
Decimal 202 187 234
Hex CA BB EA

RGB Percentages of Color #cabbea

%32.42
%30.02
%37.56

CMYK Percentages of Color #cabbea

%14
%20
%0
%8

Triadic Colors of #cabbea

#cabbea #eacabb #bbeaca

Analogous Colors of #cabbea

#cabbea #e2bbea #bbc4ea

Monochromatic Colors of #cabbea

#cabbea

Complementary Color

#cabbea #dbeabb

#cabbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbea Color CSS Codes

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

#cabbea Text Font Color

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

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


#cabbea Background Color

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

This div background color is #cabbea


#cabbea Border Color

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

This div border color is #cabbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbea


Comments

No comments written yet.

Please login to write comment.