Color Hex Logo

#cabeec Color Hex

#CABEEC
(202,190,236)
0 Favorites   0 Comments

Color spaces of #cabeec

RGB 202190236
HSL0.710.550.84
HSV256°19°93°
CMYK 0.140.190.00   0.07
XYZ57.910955.439687.0056
Yxy55.43960.28900.2767
Hunter Lab74.45788.5305-17.1613
CIE-Lab79.293813.1318-21.2922

#cabeec color RGB value is (202,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11101100
Octal 312 276 354
Decimal 202 190 236
Hex CA BE EC

RGB Percentages of Color #cabeec

%32.17
%30.25
%37.58

CMYK Percentages of Color #cabeec

%14
%19
%0
%7

Triadic Colors of #cabeec

#cabeec #eccabe #beecca

Analogous Colors of #cabeec

#cabeec #e1beec #bec9ec

Monochromatic Colors of #cabeec

#cabeec

Complementary Color

#cabeec #e0ecbe

#cabeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeec Color CSS Codes

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

#cabeec Text Font Color

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

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


#cabeec Background Color

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

This div background color is #cabeec


#cabeec Border Color

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

This div border color is #cabeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeec


Comments

No comments written yet.

Please login to write comment.