Color Hex Logo

#c4baee Color Hex

#C4BAEE
(196,186,238)
0 Favorites   0 Comments

Color spaces of #c4baee

RGB 196186238
HSL0.700.600.83
HSV252°22°93°
CMYK 0.180.220.00   0.07
XYZ55.756553.026688.1854
Yxy53.02660.28310.2692
Hunter Lab72.81949.2404-20.8276
CIE-Lab77.890713.8568-24.5465

#c4baee color RGB value is (196,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11101110
Octal 304 272 356
Decimal 196 186 238
Hex C4 BA EE

RGB Percentages of Color #c4baee

%31.61
%30.00
%38.39

CMYK Percentages of Color #c4baee

%18
%22
%0
%7

Triadic Colors of #c4baee

#c4baee #eec4ba #baeec4

Analogous Colors of #c4baee

#c4baee #debaee #bacaee

Monochromatic Colors of #c4baee

#c4baee

Complementary Color

#c4baee #e4eeba

#c4baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4baee Color CSS Codes

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

#c4baee Text Font Color

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

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


#c4baee Background Color

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

This div background color is #c4baee


#c4baee Border Color

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

This div border color is #c4baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4baee


Comments

No comments written yet.

Please login to write comment.