Color Hex Logo

#bed06b Color Hex

#BED06B
(190,208,107)
0 Favorites   0 Comments

Color spaces of #bed06b

RGB 190208107
HSL0.200.520.62
HSV71°49°82°
CMYK 0.090.000.49   0.18
XYZ46.444957.120422.4874
Yxy57.12040.36850.4531
Hunter Lab75.5780-22.568135.2636
CIE-Lab80.2473-21.034047.7239

#bed06b color RGB value is (190,208,107).

#bed06b hex color red value is 190, green value is 208 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bed06b hue: 0.20 , saturation: 0.52 and the lightness value of bed06b is 0.62.

The process color (four color CMYK) of #bed06b color hex is 0.09, 0.00, 0.49, 0.18. Web safe color of #bed06b is #cccc66. Color #bed06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01101011
Octal 276 320 153
Decimal 190 208 107
Hex BE D0 6B

RGB Percentages of Color #bed06b

%37.62
%41.19
%21.19

CMYK Percentages of Color #bed06b

%9
%0
%49
%18

Triadic Colors of #bed06b

#bed06b #6bbed0 #d06bbe

Analogous Colors of #bed06b

#bed06b #8cd06b #d0b06b

Monochromatic Colors of #bed06b

#bed06b

Complementary Color

#bed06b #7d6bd0

#bed06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed06b Color CSS Codes

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

#bed06b Text Font Color

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

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


#bed06b Background Color

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

This div background color is #bed06b


#bed06b Border Color

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

This div border color is #bed06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,208,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed06b


Comments

No comments written yet.

Please login to write comment.