Color Hex Logo

#bed252 Color Hex

#BED252
(190,210,82)
0 Favorites   0 Comments

Color spaces of #bed252

RGB 19021082
HSL0.190.590.57
HSV69°61°82°
CMYK 0.100.000.61   0.18
XYZ45.804857.649516.6959
Yxy57.64950.38120.4798
Hunter Lab75.9273-25.188740.1116
CIE-Lab80.5435-24.128659.4060

#bed252 color RGB value is (190,210,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01010010
Octal 276 322 122
Decimal 190 210 82
Hex BE D2 52

RGB Percentages of Color #bed252

%39.42
%43.57
%17.01

CMYK Percentages of Color #bed252

%10
%0
%61
%18

Triadic Colors of #bed252

#bed252 #52bed2 #d252be

Analogous Colors of #bed252

#bed252 #7ed252 #d2a652

Monochromatic Colors of #bed252

#bed252

Complementary Color

#bed252 #6652d2

#bed252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed252 Color CSS Codes

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

#bed252 Text Font Color

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

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


#bed252 Background Color

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

This div background color is #bed252


#bed252 Border Color

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

This div border color is #bed252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed252


Comments

No comments written yet.

Please login to write comment.