Color Hex Logo

#c2baec Color Hex

#C2BAEC
(194,186,236)
0 Favorites   0 Comments

Color spaces of #c2baec

RGB 194186236
HSL0.690.570.83
HSV250°21°93°
CMYK 0.180.210.00   0.07
XYZ54.947452.643386.6220
Yxy52.64330.28290.2711
Hunter Lab72.55578.2079-19.9955
CIE-Lab77.663912.7998-23.8292

#c2baec color RGB value is (194,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 11101100
Octal 302 272 354
Decimal 194 186 236
Hex C2 BA EC

RGB Percentages of Color #c2baec

%31.49
%30.19
%38.31

CMYK Percentages of Color #c2baec

%18
%21
%0
%7

Triadic Colors of #c2baec

#c2baec #ecc2ba #baecc2

Analogous Colors of #c2baec

#c2baec #dbbaec #bacbec

Monochromatic Colors of #c2baec

#c2baec

Complementary Color

#c2baec #e4ecba

#c2baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baec Color CSS Codes

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

#c2baec Text Font Color

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

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


#c2baec Background Color

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

This div background color is #c2baec


#c2baec Border Color

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

This div border color is #c2baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baec


Comments

No comments written yet.

Please login to write comment.