Color Hex Logo

#c5afeb Color Hex

#C5AFEB
(197,175,235)
0 Favorites   0 Comments

Color spaces of #c5afeb

RGB 197175235
HSL0.730.600.80
HSV262°26°92°
CMYK 0.160.260.00   0.08
XYZ53.351348.528485.1523
Yxy48.52840.28530.2595
Hunter Lab69.662314.7962-23.7100
CIE-Lab75.157019.5328-27.0975

#c5afeb color RGB value is (197,175,235).

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

The process color (four color CMYK) of #c5afeb color hex is 0.16, 0.26, 0.00, 0.08. Web safe color of #c5afeb is #cc99ff. Color #c5afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 11101011
Octal 305 257 353
Decimal 197 175 235
Hex C5 AF EB

RGB Percentages of Color #c5afeb

%32.45
%28.83
%38.71

CMYK Percentages of Color #c5afeb

%16
%26
%0
%8

Triadic Colors of #c5afeb

#c5afeb #ebc5af #afebc5

Analogous Colors of #c5afeb

#c5afeb #e3afeb #afb7eb

Monochromatic Colors of #c5afeb

#c5afeb

Complementary Color

#c5afeb #d5ebaf

#c5afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afeb Color CSS Codes

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

#c5afeb Text Font Color

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

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


#c5afeb Background Color

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

This div background color is #c5afeb


#c5afeb Border Color

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

This div border color is #c5afeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afeb


Comments

No comments written yet.

Please login to write comment.