Color Hex Logo

#bedcaf Color Hex

#BEDCAF
(190,220,175)
0 Favorites   0 Comments

Color spaces of #bedcaf

RGB 190220175
HSL0.280.390.77
HSV100°20°86°
CMYK 0.140.000.20   0.14
XYZ54.566365.228750.2719
Yxy65.22870.32090.3835
Hunter Lab80.7643-20.738619.6298
CIE-Lab84.6014-18.068618.8713

#bedcaf color RGB value is (190,220,175).

#bedcaf hex color red value is 190, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bedcaf hue: 0.28 , saturation: 0.39 and the lightness value of bedcaf is 0.77.

The process color (four color CMYK) of #bedcaf color hex is 0.14, 0.00, 0.20, 0.14. Web safe color of #bedcaf is #cccc99. Color #bedcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10101111
Octal 276 334 257
Decimal 190 220 175
Hex BE DC AF

RGB Percentages of Color #bedcaf

%32.48
%37.61
%29.91

CMYK Percentages of Color #bedcaf

%14
%0
%20
%14

Triadic Colors of #bedcaf

#bedcaf #afbedc #dcafbe

Analogous Colors of #bedcaf

#bedcaf #afdcb7 #d5dcaf

Monochromatic Colors of #bedcaf

#bedcaf

Complementary Color

#bedcaf #cdafdc

#bedcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcaf Color CSS Codes

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

#bedcaf Text Font Color

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

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


#bedcaf Background Color

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

This div background color is #bedcaf


#bedcaf Border Color

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

This div border color is #bedcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcaf


Comments

No comments written yet.

Please login to write comment.