Color Hex Logo

#bed717 Color Hex

#BED717
(190,215,23)
0 Favorites   0 Comments

Color spaces of #bed717

RGB 19021523
HSL0.190.810.47
HSV68°89°84°
CMYK 0.120.000.89   0.16
XYZ45.690359.60999.9083
Yxy59.60990.39660.5174
Hunter Lab77.2074-29.479246.4363
CIE-Lab81.6257-29.120078.3615

#bed717 color RGB value is (190,215,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00010111
Octal 276 327 27
Decimal 190 215 23
Hex BE D7 17

RGB Percentages of Color #bed717

%44.39
%50.23
%5.37

CMYK Percentages of Color #bed717

%12
%0
%89
%16

Triadic Colors of #bed717

#bed717 #17bed7 #d717be

Analogous Colors of #bed717

#bed717 #5ed717 #d79017

Monochromatic Colors of #bed717

#bed717

Complementary Color

#bed717 #3017d7

#bed717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed717 Color CSS Codes

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

#bed717 Text Font Color

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

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


#bed717 Background Color

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

This div background color is #bed717


#bed717 Border Color

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

This div border color is #bed717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed717


Comments

No comments written yet.

Please login to write comment.