Color Hex Logo

#bdef20 Color Hex

#BDEF20
(189,239,32)
0 Favorites   0 Comments

Color spaces of #bdef20

RGB 18923932
HSL0.210.870.53
HSV74°87°94°
CMYK 0.210.000.87   0.06
XYZ52.113572.656112.6439
Yxy72.65610.37920.5287
Hunter Lab85.2385-40.035450.8722
CIE-Lab88.2834-40.261582.2244

#bdef20 color RGB value is (189,239,32).

#bdef20 hex color red value is 189, green value is 239 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bdef20 hue: 0.21 , saturation: 0.87 and the lightness value of bdef20 is 0.53.

The process color (four color CMYK) of #bdef20 color hex is 0.21, 0.00, 0.87, 0.06. Web safe color of #bdef20 is #ccff33. Color #bdef20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 00100000
Octal 275 357 40
Decimal 189 239 32
Hex BD EF 20

RGB Percentages of Color #bdef20

%41.09
%51.96
%6.96

CMYK Percentages of Color #bdef20

%21
%0
%87
%6

Triadic Colors of #bdef20

#bdef20 #20bdef #ef20bd

Analogous Colors of #bdef20

#bdef20 #56ef20 #efba20

Monochromatic Colors of #bdef20

#bdef20

Complementary Color

#bdef20 #5220ef

#bdef20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef20 Color CSS Codes

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

#bdef20 Text Font Color

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

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


#bdef20 Background Color

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

This div background color is #bdef20


#bdef20 Border Color

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

This div border color is #bdef20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,239,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdef20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdef20;
  -webkit-box-shadow: 1px 1px 3px 2px #bdef20;
  box-shadow:         1px 1px 3px 2px #bdef20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,239,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef20


Comments

No comments written yet.

Please login to write comment.