Color Hex Logo

#bed351 Color Hex

#BED351
(190,211,81)
0 Favorites   0 Comments

Color spaces of #bed351

RGB 19021181
HSL0.190.600.57
HSV70°62°83°
CMYK 0.100.000.62   0.17
XYZ46.014758.129816.5795
Yxy58.12980.38120.4815
Hunter Lab76.2429-25.695440.4770
CIE-Lab80.8109-24.683260.1164

#bed351 color RGB value is (190,211,81).

#bed351 hex color red value is 190, green value is 211 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bed351 hue: 0.19 , saturation: 0.60 and the lightness value of bed351 is 0.57.

The process color (four color CMYK) of #bed351 color hex is 0.10, 0.00, 0.62, 0.17. Web safe color of #bed351 is #cccc66. Color #bed351 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 01010001
Octal 276 323 121
Decimal 190 211 81
Hex BE D3 51

RGB Percentages of Color #bed351

%39.42
%43.78
%16.80

CMYK Percentages of Color #bed351

%10
%0
%62
%17

Triadic Colors of #bed351

#bed351 #51bed3 #d351be

Analogous Colors of #bed351

#bed351 #7dd351 #d3a751

Monochromatic Colors of #bed351

#bed351

Complementary Color

#bed351 #6651d3

#bed351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed351 Color CSS Codes

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

#bed351 Text Font Color

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

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


#bed351 Background Color

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

This div background color is #bed351


#bed351 Border Color

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

This div border color is #bed351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed351


Comments

No comments written yet.

Please login to write comment.