Color Hex Logo

#bed75d Color Hex

#BED75D
(190,215,93)
0 Favorites   0 Comments

Color spaces of #bed75d

RGB 19021593
HSL0.200.600.60
HSV72°57°84°
CMYK 0.120.000.57   0.16
XYZ47.511460.338319.4983
Yxy60.33830.37310.4738
Hunter Lab77.6777-26.756939.4917
CIE-Lab82.0217-25.690956.2723

#bed75d color RGB value is (190,215,93).

#bed75d hex color red value is 190, green value is 215 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bed75d hue: 0.20 , saturation: 0.60 and the lightness value of bed75d is 0.60.

The process color (four color CMYK) of #bed75d color hex is 0.12, 0.00, 0.57, 0.16. Web safe color of #bed75d is #cccc66. Color #bed75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01011101
Octal 276 327 135
Decimal 190 215 93
Hex BE D7 5D

RGB Percentages of Color #bed75d

%38.15
%43.17
%18.67

CMYK Percentages of Color #bed75d

%12
%0
%57
%16

Triadic Colors of #bed75d

#bed75d #5dbed7 #d75dbe

Analogous Colors of #bed75d

#bed75d #81d75d #d7b35d

Monochromatic Colors of #bed75d

#bed75d

Complementary Color

#bed75d #765dd7

#bed75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed75d Color CSS Codes

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

#bed75d Text Font Color

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

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


#bed75d Background Color

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

This div background color is #bed75d


#bed75d Border Color

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

This div border color is #bed75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed75d


Comments

No comments written yet.

Please login to write comment.