Color Hex Logo

#bed23e Color Hex

#BED23E
(190,210,62)
0 Favorites   0 Comments

Color spaces of #bed23e

RGB 19021062
HSL0.190.620.53
HSV68°70°82°
CMYK 0.100.000.70   0.18
XYZ45.151357.388113.2547
Yxy57.38810.38990.4956
Hunter Lab75.7549-26.181942.6546
CIE-Lab80.3974-25.371967.0812

#bed23e color RGB value is (190,210,62).

#bed23e hex color red value is 190, green value is 210 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bed23e hue: 0.19 , saturation: 0.62 and the lightness value of bed23e is 0.53.

The process color (four color CMYK) of #bed23e color hex is 0.10, 0.00, 0.70, 0.18. Web safe color of #bed23e is #cccc33. Color #bed23e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00111110
Octal 276 322 76
Decimal 190 210 62
Hex BE D2 3E

RGB Percentages of Color #bed23e

%41.13
%45.45
%13.42

CMYK Percentages of Color #bed23e

%10
%0
%70
%18

Triadic Colors of #bed23e

#bed23e #3ebed2 #d23ebe

Analogous Colors of #bed23e

#bed23e #74d23e #d29c3e

Monochromatic Colors of #bed23e

#bed23e

Complementary Color

#bed23e #523ed2

#bed23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed23e Color CSS Codes

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

#bed23e Text Font Color

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

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


#bed23e Background Color

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

This div background color is #bed23e


#bed23e Border Color

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

This div border color is #bed23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed23e


Comments

No comments written yet.

Please login to write comment.