Color Hex Logo

#bedb05 Color Hex

#BEDB05
(190,219,5)
0 Favorites   0 Comments

Color spaces of #bedb05

RGB 1902195
HSL0.190.960.44
HSV68°98°86°
CMYK 0.130.000.98   0.14
XYZ46.594161.62119.5819
Yxy61.62110.39550.5231
Hunter Lab78.4991-31.422647.7122
CIE-Lab82.7115-31.234581.2325

#bedb05 color RGB value is (190,219,5).

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

The process color (four color CMYK) of #bedb05 color hex is 0.13, 0.00, 0.98, 0.14. Web safe color of #bedb05 is #cccc00. Color #bedb05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00000101
Octal 276 333 5
Decimal 190 219 5
Hex BE DB 5

RGB Percentages of Color #bedb05

%45.89
%52.90
%1.21

CMYK Percentages of Color #bedb05

%13
%0
%98
%14

Triadic Colors of #bedb05

#bedb05 #05bedb #db05be

Analogous Colors of #bedb05

#bedb05 #53db05 #db8d05

Monochromatic Colors of #bedb05

#bedb05

Complementary Color

#bedb05 #2205db

#bedb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb05 Color CSS Codes

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

#bedb05 Text Font Color

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

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


#bedb05 Background Color

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

This div background color is #bedb05


#bedb05 Border Color

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

This div border color is #bedb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb05


Comments

No comments written yet.

Please login to write comment.