Color Hex Logo

#c2baed Color Hex

#C2BAED
(194,186,237)
0 Favorites   0 Comments

Color spaces of #c2baed

RGB 194186237
HSL0.690.590.83
HSV249°22°93°
CMYK 0.180.220.00   0.07
XYZ55.093152.701687.3895
Yxy52.70160.28230.2700
Hunter Lab72.59598.4211-20.5550
CIE-Lab77.698513.0186-24.3154

#c2baed color RGB value is (194,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 11101101
Octal 302 272 355
Decimal 194 186 237
Hex C2 BA ED

RGB Percentages of Color #c2baed

%31.44
%30.15
%38.41

CMYK Percentages of Color #c2baed

%18
%22
%0
%7

Triadic Colors of #c2baed

#c2baed #edc2ba #baedc2

Analogous Colors of #c2baed

#c2baed #dcbaed #bacced

Monochromatic Colors of #c2baed

#c2baed

Complementary Color

#c2baed #e5edba

#c2baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baed Color CSS Codes

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

#c2baed Text Font Color

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

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


#c2baed Background Color

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

This div background color is #c2baed


#c2baed Border Color

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

This div border color is #c2baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baed


Comments

No comments written yet.

Please login to write comment.