Color Hex Logo

#bed23d Color Hex

#BED23D
(190,210,61)
0 Favorites   0 Comments

Color spaces of #bed23d

RGB 19021061
HSL0.190.620.53
HSV68°71°82°
CMYK 0.100.000.71   0.18
XYZ45.124157.377313.1115
Yxy57.37730.39030.4963
Hunter Lab75.7478-26.223542.7607
CIE-Lab80.3913-25.424167.4290

#bed23d color RGB value is (190,210,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00111101
Octal 276 322 75
Decimal 190 210 61
Hex BE D2 3D

RGB Percentages of Color #bed23d

%41.21
%45.55
%13.23

CMYK Percentages of Color #bed23d

%10
%0
%71
%18

Triadic Colors of #bed23d

#bed23d #3dbed2 #d23dbe

Analogous Colors of #bed23d

#bed23d #74d23d #d29c3d

Monochromatic Colors of #bed23d

#bed23d

Complementary Color

#bed23d #513dd2

#bed23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed23d Color CSS Codes

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

#bed23d Text Font Color

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

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


#bed23d Background Color

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

This div background color is #bed23d


#bed23d Border Color

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

This div border color is #bed23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed23d


Comments

No comments written yet.

Please login to write comment.