Color Hex Logo

#b6ceaf Color Hex

#B6CEAF
(182,206,175)
0 Favorites   0 Comments

Color spaces of #b6ceaf

RGB 182206175
HSL0.300.240.75
HSV106°15°81°
CMYK 0.120.000.15   0.19
XYZ49.100657.182849.0070
Yxy57.18280.31620.3682
Hunter Lab75.6193-16.431414.5091
CIE-Lab80.2823-13.817412.7320

#b6ceaf color RGB value is (182,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001110 10101111
Octal 266 316 257
Decimal 182 206 175
Hex B6 CE AF

RGB Percentages of Color #b6ceaf

%32.33
%36.59
%31.08

CMYK Percentages of Color #b6ceaf

%12
%0
%15
%19

Triadic Colors of #b6ceaf

#b6ceaf #afb6ce #ceafb6

Analogous Colors of #b6ceaf

#b6ceaf #afceb8 #c6ceaf

Monochromatic Colors of #b6ceaf

#b6ceaf

Complementary Color

#b6ceaf #c7afce

#b6ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ceaf Color CSS Codes

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

#b6ceaf Text Font Color

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

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


#b6ceaf Background Color

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

This div background color is #b6ceaf


#b6ceaf Border Color

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

This div border color is #b6ceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ceaf


Comments

No comments written yet.

Please login to write comment.