Color Hex Logo

#c4baed Color Hex

#C4BAED
(196,186,237)
0 Favorites   0 Comments

Color spaces of #c4baed

RGB 196186237
HSL0.700.590.83
HSV252°22°93°
CMYK 0.170.220.00   0.07
XYZ55.609952.968087.4137
Yxy52.96800.28370.2703
Hunter Lab72.77919.0269-20.2668
CIE-Lab77.856113.6387-24.0608

#c4baed color RGB value is (196,186,237).

#c4baed hex color red value is 196, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c4baed hue: 0.70 , saturation: 0.59 and the lightness value of c4baed is 0.83.

The process color (four color CMYK) of #c4baed color hex is 0.17, 0.22, 0.00, 0.07. Web safe color of #c4baed is #ccccff. Color #c4baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11101101
Octal 304 272 355
Decimal 196 186 237
Hex C4 BA ED

RGB Percentages of Color #c4baed

%31.66
%30.05
%38.29

CMYK Percentages of Color #c4baed

%17
%22
%0
%7

Triadic Colors of #c4baed

#c4baed #edc4ba #baedc4

Analogous Colors of #c4baed

#c4baed #debaed #bacaed

Monochromatic Colors of #c4baed

#c4baed

Complementary Color

#c4baed #e3edba

#c4baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4baed Color CSS Codes

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

#c4baed Text Font Color

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

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


#c4baed Background Color

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

This div background color is #c4baed


#c4baed Border Color

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

This div border color is #c4baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4baed

#c4baed Color Palettes


Comments

No comments written yet.

Please login to write comment.