Color Hex Logo

#c4abec Color Hex

#C4ABEC
(196,171,236)
0 Favorites   0 Comments

Color spaces of #c4abec

RGB 196171236
HSL0.730.630.80
HSV263°28°93°
CMYK 0.170.280.00   0.07
XYZ52.468246.917785.6475
Yxy46.91770.28360.2536
Hunter Lab68.496516.8618-26.1882
CIE-Lab74.137121.6405-29.2124

#c4abec color RGB value is (196,171,236).

#c4abec hex color red value is 196, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c4abec hue: 0.73 , saturation: 0.63 and the lightness value of c4abec is 0.80.

The process color (four color CMYK) of #c4abec color hex is 0.17, 0.28, 0.00, 0.07. Web safe color of #c4abec is #cc99ff. Color #c4abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 11101100
Octal 304 253 354
Decimal 196 171 236
Hex C4 AB EC

RGB Percentages of Color #c4abec

%32.50
%28.36
%39.14

CMYK Percentages of Color #c4abec

%17
%28
%0
%7

Triadic Colors of #c4abec

#c4abec #ecc4ab #abecc4

Analogous Colors of #c4abec

#c4abec #e5abec #abb3ec

Monochromatic Colors of #c4abec

#c4abec

Complementary Color

#c4abec #d3ecab

#c4abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abec Color CSS Codes

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

#c4abec Text Font Color

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

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


#c4abec Background Color

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

This div background color is #c4abec


#c4abec Border Color

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

This div border color is #c4abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abec


Comments

No comments written yet.

Please login to write comment.