Color Hex Logo

#bedb21 Color Hex

#BEDB21
(190,219,33)
0 Favorites   0 Comments

Color spaces of #bedb21

RGB 19021933
HSL0.190.740.49
HSV69°85°86°
CMYK 0.130.000.85   0.14
XYZ46.841261.720010.8832
Yxy61.72000.39220.5167
Hunter Lab78.5621-31.056346.7800
CIE-Lab82.7643-30.766377.4660

#bedb21 color RGB value is (190,219,33).

#bedb21 hex color red value is 190, green value is 219 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bedb21 hue: 0.19 , saturation: 0.74 and the lightness value of bedb21 is 0.49.

The process color (four color CMYK) of #bedb21 color hex is 0.13, 0.00, 0.85, 0.14. Web safe color of #bedb21 is #cccc33. Color #bedb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00100001
Octal 276 333 41
Decimal 190 219 33
Hex BE DB 21

RGB Percentages of Color #bedb21

%42.99
%49.55
%7.47

CMYK Percentages of Color #bedb21

%13
%0
%85
%14

Triadic Colors of #bedb21

#bedb21 #21bedb #db21be

Analogous Colors of #bedb21

#bedb21 #61db21 #db9b21

Monochromatic Colors of #bedb21

#bedb21

Complementary Color

#bedb21 #3e21db

#bedb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb21 Color CSS Codes

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

#bedb21 Text Font Color

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

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


#bedb21 Background Color

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

This div background color is #bedb21


#bedb21 Border Color

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

This div border color is #bedb21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb21


Comments

No comments written yet.

Please login to write comment.