Color Hex Logo

#bed254 Color Hex

#BED254
(190,210,84)
0 Favorites   0 Comments

Color spaces of #bed254

RGB 19021084
HSL0.190.580.58
HSV70°60°82°
CMYK 0.100.000.60   0.18
XYZ45.882057.680417.1027
Yxy57.68040.38020.4780
Hunter Lab75.9476-25.071739.8118
CIE-Lab80.5608-23.982858.5733

#bed254 color RGB value is (190,210,84).

#bed254 hex color red value is 190, green value is 210 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bed254 hue: 0.19 , saturation: 0.58 and the lightness value of bed254 is 0.58.

The process color (four color CMYK) of #bed254 color hex is 0.10, 0.00, 0.60, 0.18. Web safe color of #bed254 is #cccc66. Color #bed254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01010100
Octal 276 322 124
Decimal 190 210 84
Hex BE D2 54

RGB Percentages of Color #bed254

%39.26
%43.39
%17.36

CMYK Percentages of Color #bed254

%10
%0
%60
%18

Triadic Colors of #bed254

#bed254 #54bed2 #d254be

Analogous Colors of #bed254

#bed254 #7fd254 #d2a754

Monochromatic Colors of #bed254

#bed254

Complementary Color

#bed254 #6854d2

#bed254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed254 Color CSS Codes

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

#bed254 Text Font Color

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

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


#bed254 Background Color

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

This div background color is #bed254


#bed254 Border Color

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

This div border color is #bed254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed254


Comments

No comments written yet.

Please login to write comment.