Color Hex Logo

#bed024 Color Hex

#BED024
(190,208,36)
0 Favorites   0 Comments

Color spaces of #bed024

RGB 19020836
HSL0.180.700.48
HSV66°83°82°
CMYK 0.090.000.83   0.18
XYZ44.109556.186310.1893
Yxy56.18630.39920.5085
Hunter Lab74.9575-26.135644.4107
CIE-Lab79.7197-25.474974.2329

#bed024 color RGB value is (190,208,36).

#bed024 hex color red value is 190, green value is 208 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bed024 hue: 0.18 , saturation: 0.70 and the lightness value of bed024 is 0.48.

The process color (four color CMYK) of #bed024 color hex is 0.09, 0.00, 0.83, 0.18. Web safe color of #bed024 is #cccc33. Color #bed024 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 00100100
Octal 276 320 44
Decimal 190 208 36
Hex BE D0 24

RGB Percentages of Color #bed024

%43.78
%47.93
%8.29

CMYK Percentages of Color #bed024

%9
%0
%83
%18

Triadic Colors of #bed024

#bed024 #24bed0 #d024be

Analogous Colors of #bed024

#bed024 #68d024 #d08c24

Monochromatic Colors of #bed024

#bed024

Complementary Color

#bed024 #3624d0

#bed024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed024 Color CSS Codes

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

#bed024 Text Font Color

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

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


#bed024 Background Color

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

This div background color is #bed024


#bed024 Border Color

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

This div border color is #bed024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed024


Comments

No comments written yet.

Please login to write comment.