Color Hex Logo

#c5abec Color Hex

#C5ABEC
(197,171,236)
0 Favorites   0 Comments

Color spaces of #c5abec

RGB 197171236
HSL0.730.630.80
HSV264°28°93°
CMYK 0.170.280.00   0.07
XYZ52.729247.052385.6597
Yxy47.05230.28430.2537
Hunter Lab68.594717.1735-26.0239
CIE-Lab74.223221.9483-29.0727

#c5abec color RGB value is (197,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101011 11101100
Octal 305 253 354
Decimal 197 171 236
Hex C5 AB EC

RGB Percentages of Color #c5abec

%32.62
%28.31
%39.07

CMYK Percentages of Color #c5abec

%17
%28
%0
%7

Triadic Colors of #c5abec

#c5abec #ecc5ab #abecc5

Analogous Colors of #c5abec

#c5abec #e6abec #abb2ec

Monochromatic Colors of #c5abec

#c5abec

Complementary Color

#c5abec #d2ecab

#c5abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5abec Color CSS Codes

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

#c5abec Text Font Color

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

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


#c5abec Background Color

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

This div background color is #c5abec


#c5abec Border Color

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

This div border color is #c5abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5abec


Comments

No comments written yet.

Please login to write comment.