Color Hex Logo

#baceaf Color Hex

#BACEAF
(186,206,175)
0 Favorites   0 Comments

Color spaces of #baceaf

RGB 186206175
HSL0.270.240.75
HSV99°15°81°
CMYK 0.100.000.15   0.19
XYZ50.058957.676949.0518
Yxy57.67690.31930.3679
Hunter Lab75.9453-15.247114.8673
CIE-Lab80.5588-12.416113.1621

#baceaf color RGB value is (186,206,175).

#baceaf hex color red value is 186, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #baceaf hue: 0.27 , saturation: 0.24 and the lightness value of baceaf is 0.75.

The process color (four color CMYK) of #baceaf color hex is 0.10, 0.00, 0.15, 0.19. Web safe color of #baceaf is #cccc99. Color #baceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 10101111
Octal 272 316 257
Decimal 186 206 175
Hex BA CE AF

RGB Percentages of Color #baceaf

%32.80
%36.33
%30.86

CMYK Percentages of Color #baceaf

%10
%0
%15
%19

Triadic Colors of #baceaf

#baceaf #afbace #ceafba

Analogous Colors of #baceaf

#baceaf #afceb4 #caceaf

Monochromatic Colors of #baceaf

#baceaf

Complementary Color

#baceaf #c3afce

#baceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baceaf Color CSS Codes

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

#baceaf Text Font Color

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

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


#baceaf Background Color

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

This div background color is #baceaf


#baceaf Border Color

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

This div border color is #baceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baceaf


Comments

No comments written yet.

Please login to write comment.