Color Hex Logo

#bed701 Color Hex

#BED701
(190,215,1)
0 Favorites   0 Comments

Color spaces of #bed701

RGB 1902151
HSL0.190.990.42
HSV67°100°84°
CMYK 0.120.001.00   0.16
XYZ45.541159.55029.1228
Yxy59.55020.39870.5214
Hunter Lab77.1688-29.703747.0090
CIE-Lab81.5931-29.406280.7482

#bed701 color RGB value is (190,215,1).

#bed701 hex color red value is 190, green value is 215 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bed701 hue: 0.19 , saturation: 0.99 and the lightness value of bed701 is 0.42.

The process color (four color CMYK) of #bed701 color hex is 0.12, 0.00, 1.00, 0.16. Web safe color of #bed701 is #cccc00. Color #bed701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00000001
Octal 276 327 1
Decimal 190 215 1
Hex BE D7 1

RGB Percentages of Color #bed701

%46.80
%52.96
%0.25

CMYK Percentages of Color #bed701

%12
%0
%100
%16

Triadic Colors of #bed701

#bed701 #01bed7 #d701be

Analogous Colors of #bed701

#bed701 #53d701 #d78501

Monochromatic Colors of #bed701

#bed701

Complementary Color

#bed701 #1a01d7

#bed701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed701 Color CSS Codes

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

#bed701 Text Font Color

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

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


#bed701 Background Color

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

This div background color is #bed701


#bed701 Border Color

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

This div border color is #bed701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed701


Comments

No comments written yet.

Please login to write comment.