Color Hex Logo

#cabcef Color Hex

#CABCEF
(202,188,239)
0 Favorites   0 Comments

Color spaces of #cabcef

RGB 202188239
HSL0.710.610.84
HSV256°21°94°
CMYK 0.150.210.00   0.06
XYZ57.920354.755089.1774
Yxy54.75500.28690.2713
Hunter Lab73.996610.2254-19.6560
CIE-Lab78.899914.8525-23.5029

#cabcef color RGB value is (202,188,239).

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

The process color (four color CMYK) of #cabcef color hex is 0.15, 0.21, 0.00, 0.06. Web safe color of #cabcef is #ccccff. Color #cabcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11101111
Octal 312 274 357
Decimal 202 188 239
Hex CA BC EF

RGB Percentages of Color #cabcef

%32.11
%29.89
%38.00

CMYK Percentages of Color #cabcef

%15
%21
%0
%6

Triadic Colors of #cabcef

#cabcef #efcabc #bcefca

Analogous Colors of #cabcef

#cabcef #e4bcef #bcc8ef

Monochromatic Colors of #cabcef

#cabcef

Complementary Color

#cabcef #e1efbc

#cabcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabcef Color CSS Codes

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

#cabcef Text Font Color

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

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


#cabcef Background Color

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

This div background color is #cabcef


#cabcef Border Color

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

This div border color is #cabcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabcef


Comments

No comments written yet.

Please login to write comment.