Color Hex Logo

#bdceaf Color Hex

#BDCEAF
(189,206,175)
0 Favorites   0 Comments

Color spaces of #bdceaf

RGB 189206175
HSL0.260.240.75
HSV93°15°81°
CMYK 0.080.000.15   0.19
XYZ50.795458.056649.0863
Yxy58.05660.32160.3676
Hunter Lab76.1949-14.343815.1406
CIE-Lab80.7702-11.356813.4907

#bdceaf color RGB value is (189,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10101111
Octal 275 316 257
Decimal 189 206 175
Hex BD CE AF

RGB Percentages of Color #bdceaf

%33.16
%36.14
%30.70

CMYK Percentages of Color #bdceaf

%8
%0
%15
%19

Triadic Colors of #bdceaf

#bdceaf #afbdce #ceafbd

Analogous Colors of #bdceaf

#bdceaf #afceb1 #cdceaf

Monochromatic Colors of #bdceaf

#bdceaf

Complementary Color

#bdceaf #c0afce

#bdceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceaf Color CSS Codes

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

#bdceaf Text Font Color

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

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


#bdceaf Background Color

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

This div background color is #bdceaf


#bdceaf Border Color

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

This div border color is #bdceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceaf


Comments

No comments written yet.

Please login to write comment.