Color Hex Logo

#bedf0d Color Hex

#BEDF0D
(190,223,13)
0 Favorites   0 Comments

Color spaces of #bedf0d

RGB 19022313
HSL0.190.890.46
HSV69°94°87°
CMYK 0.150.000.94   0.13
XYZ47.695563.751610.1722
Yxy63.75160.39220.5242
Hunter Lab79.8446-33.100348.3377
CIE-Lab83.8363-33.000381.3812

#bedf0d color RGB value is (190,223,13).

#bedf0d hex color red value is 190, green value is 223 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bedf0d hue: 0.19 , saturation: 0.89 and the lightness value of bedf0d is 0.46.

The process color (four color CMYK) of #bedf0d color hex is 0.15, 0.00, 0.94, 0.13. Web safe color of #bedf0d is #cccc00. Color #bedf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 00001101
Octal 276 337 15
Decimal 190 223 13
Hex BE DF D

RGB Percentages of Color #bedf0d

%44.60
%52.35
%3.05

CMYK Percentages of Color #bedf0d

%15
%0
%94
%13

Triadic Colors of #bedf0d

#bedf0d #0dbedf #df0dbe

Analogous Colors of #bedf0d

#bedf0d #55df0d #df970d

Monochromatic Colors of #bedf0d

#bedf0d

Complementary Color

#bedf0d #2e0ddf

#bedf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf0d Color CSS Codes

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

#bedf0d Text Font Color

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

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


#bedf0d Background Color

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

This div background color is #bedf0d


#bedf0d Border Color

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

This div border color is #bedf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf0d


Comments

No comments written yet.

Please login to write comment.