Color Hex Logo

#c4abee Color Hex

#C4ABEE
(196,171,238)
0 Favorites   0 Comments

Color spaces of #c4abee

RGB 196171238
HSL0.730.660.80
HSV262°28°93°
CMYK 0.180.280.00   0.07
XYZ52.760547.034687.1867
Yxy47.03460.28220.2515
Hunter Lab68.581817.3033-27.3670
CIE-Lab74.211922.0784-30.1828

#c4abee color RGB value is (196,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 11101110
Octal 304 253 356
Decimal 196 171 238
Hex C4 AB EE

RGB Percentages of Color #c4abee

%32.40
%28.26
%39.34

CMYK Percentages of Color #c4abee

%18
%28
%0
%7

Triadic Colors of #c4abee

#c4abee #eec4ab #abeec4

Analogous Colors of #c4abee

#c4abee #e6abee #abb4ee

Monochromatic Colors of #c4abee

#c4abee

Complementary Color

#c4abee #d5eeab

#c4abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abee Color CSS Codes

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

#c4abee Text Font Color

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

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


#c4abee Background Color

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

This div background color is #c4abee


#c4abee Border Color

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

This div border color is #c4abee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,171,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abee


Comments

No comments written yet.

Please login to write comment.