Color Hex Logo

#c2abef Color Hex

#C2ABEF
(194,171,239)
0 Favorites   0 Comments

Color spaces of #c2abef

RGB 194171239
HSL0.720.680.80
HSV260°28°94°
CMYK 0.190.280.00   0.06
XYZ52.391046.827187.9386
Yxy46.82710.27990.2502
Hunter Lab68.430316.9085-28.2913
CIE-Lab74.079021.6895-30.9443

#c2abef color RGB value is (194,171,239).

#c2abef hex color red value is 194, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c2abef hue: 0.72 , saturation: 0.68 and the lightness value of c2abef is 0.80.

The process color (four color CMYK) of #c2abef color hex is 0.19, 0.28, 0.00, 0.06. Web safe color of #c2abef is #cc99ff. Color #c2abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 11101111
Octal 302 253 357
Decimal 194 171 239
Hex C2 AB EF

RGB Percentages of Color #c2abef

%32.12
%28.31
%39.57

CMYK Percentages of Color #c2abef

%19
%28
%0
%6

Triadic Colors of #c2abef

#c2abef #efc2ab #abefc2

Analogous Colors of #c2abef

#c2abef #e4abef #abb6ef

Monochromatic Colors of #c2abef

#c2abef

Complementary Color

#c2abef #d8efab

#c2abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abef Color CSS Codes

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

#c2abef Text Font Color

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

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


#c2abef Background Color

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

This div background color is #c2abef


#c2abef Border Color

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

This div border color is #c2abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abef


Comments

No comments written yet.

Please login to write comment.