Color Hex Logo

#bedd31 Color Hex

#BEDD31
(190,221,49)
0 Favorites   0 Comments

Color spaces of #bedd31

RGB 19022149
HSL0.200.720.53
HSV71°78°87°
CMYK 0.140.000.78   0.13
XYZ47.646062.881812.5319
Yxy62.88180.38720.5110
Hunter Lab79.2980-31.520446.1387
CIE-Lab83.3801-31.171874.0594

#bedd31 color RGB value is (190,221,49).

#bedd31 hex color red value is 190, green value is 221 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bedd31 hue: 0.20 , saturation: 0.72 and the lightness value of bedd31 is 0.53.

The process color (four color CMYK) of #bedd31 color hex is 0.14, 0.00, 0.78, 0.13. Web safe color of #bedd31 is #cccc33. Color #bedd31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 00110001
Octal 276 335 61
Decimal 190 221 49
Hex BE DD 31

RGB Percentages of Color #bedd31

%41.30
%48.04
%10.65

CMYK Percentages of Color #bedd31

%14
%0
%78
%13

Triadic Colors of #bedd31

#bedd31 #31bedd #dd31be

Analogous Colors of #bedd31

#bedd31 #68dd31 #dda631

Monochromatic Colors of #bedd31

#bedd31

Complementary Color

#bedd31 #5031dd

#bedd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd31 Color CSS Codes

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

#bedd31 Text Font Color

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

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


#bedd31 Background Color

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

This div background color is #bedd31


#bedd31 Border Color

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

This div border color is #bedd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd31


Comments

No comments written yet.

Please login to write comment.