Color Hex Logo

#bed572 Color Hex

#BED572
(190,213,114)
0 Favorites   0 Comments

Color spaces of #bed572

RGB 190213114
HSL0.210.540.64
HSV74°46°84°
CMYK 0.110.000.46   0.16
XYZ48.066759.750624.9192
Yxy59.75060.36210.4501
Hunter Lab77.2985-24.275434.9953
CIE-Lab81.7024-22.774746.1164

#bed572 color RGB value is (190,213,114).

#bed572 hex color red value is 190, green value is 213 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bed572 hue: 0.21 , saturation: 0.54 and the lightness value of bed572 is 0.64.

The process color (four color CMYK) of #bed572 color hex is 0.11, 0.00, 0.46, 0.16. Web safe color of #bed572 is #cccc66. Color #bed572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 01110010
Octal 276 325 162
Decimal 190 213 114
Hex BE D5 72

RGB Percentages of Color #bed572

%36.75
%41.20
%22.05

CMYK Percentages of Color #bed572

%11
%0
%46
%16

Triadic Colors of #bed572

#bed572 #72bed5 #d572be

Analogous Colors of #bed572

#bed572 #8dd572 #d5bb72

Monochromatic Colors of #bed572

#bed572

Complementary Color

#bed572 #8972d5

#bed572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed572 Color CSS Codes

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

#bed572 Text Font Color

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

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


#bed572 Background Color

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

This div background color is #bed572


#bed572 Border Color

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

This div border color is #bed572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed572


Comments

No comments written yet.

Please login to write comment.