Color Hex Logo

#bed07d Color Hex

#BED07D
(190,208,125)
0 Favorites   0 Comments

Color spaces of #bed07d

RGB 190208125
HSL0.200.470.65
HSV73°40°82°
CMYK 0.090.000.40   0.18
XYZ47.492857.539628.0052
Yxy57.53960.35700.4325
Hunter Lab75.8549-20.987031.2089
CIE-Lab80.4821-19.106539.1576

#bed07d color RGB value is (190,208,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01111101
Octal 276 320 175
Decimal 190 208 125
Hex BE D0 7D

RGB Percentages of Color #bed07d

%36.33
%39.77
%23.90

CMYK Percentages of Color #bed07d

%9
%0
%40
%18

Triadic Colors of #bed07d

#bed07d #7dbed0 #d07dbe

Analogous Colors of #bed07d

#bed07d #95d07d #d0b97d

Monochromatic Colors of #bed07d

#bed07d

Complementary Color

#bed07d #8f7dd0

#bed07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed07d Color CSS Codes

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

#bed07d Text Font Color

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

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


#bed07d Background Color

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

This div background color is #bed07d


#bed07d Border Color

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

This div border color is #bed07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed07d


Comments

No comments written yet.

Please login to write comment.