Color Hex Logo

#cabbec Color Hex

#CABBEC
(202,187,236)
0 Favorites   0 Comments

Color spaces of #cabbec

RGB 202187236
HSL0.720.560.83
HSV258°21°93°
CMYK 0.140.210.00   0.07
XYZ57.267854.153386.7912
Yxy54.15330.28890.2732
Hunter Lab73.588910.1303-18.4147
CIE-Lab78.551014.7585-22.4203

#cabbec color RGB value is (202,187,236).

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

The process color (four color CMYK) of #cabbec color hex is 0.14, 0.21, 0.00, 0.07. Web safe color of #cabbec is #ccccff. Color #cabbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11101100
Octal 312 273 354
Decimal 202 187 236
Hex CA BB EC

RGB Percentages of Color #cabbec

%32.32
%29.92
%37.76

CMYK Percentages of Color #cabbec

%14
%21
%0
%7

Triadic Colors of #cabbec

#cabbec #eccabb #bbecca

Analogous Colors of #cabbec

#cabbec #e3bbec #bbc5ec

Monochromatic Colors of #cabbec

#cabbec

Complementary Color

#cabbec #ddecbb

#cabbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbec Color CSS Codes

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

#cabbec Text Font Color

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

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


#cabbec Background Color

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

This div background color is #cabbec


#cabbec Border Color

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

This div border color is #cabbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbec


Comments

No comments written yet.

Please login to write comment.