Color Hex Logo

#bdeb83 Color Hex

#BDEB83
(189,235,131)
0 Favorites   0 Comments

Color spaces of #bdeb83

RGB 189235131
HSL0.240.720.72
HSV87°44°92°
CMYK 0.200.000.44   0.08
XYZ54.791371.874232.4580
Yxy71.87420.34430.4517
Hunter Lab84.7787-33.000536.6455
CIE-Lab87.9080-31.750645.5484

#bdeb83 color RGB value is (189,235,131).

#bdeb83 hex color red value is 189, green value is 235 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bdeb83 hue: 0.24 , saturation: 0.72 and the lightness value of bdeb83 is 0.72.

The process color (four color CMYK) of #bdeb83 color hex is 0.20, 0.00, 0.44, 0.08. Web safe color of #bdeb83 is #ccff99. Color #bdeb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10000011
Octal 275 353 203
Decimal 189 235 131
Hex BD EB 83

RGB Percentages of Color #bdeb83

%34.05
%42.34
%23.60

CMYK Percentages of Color #bdeb83

%20
%0
%44
%8

Triadic Colors of #bdeb83

#bdeb83 #83bdeb #eb83bd

Analogous Colors of #bdeb83

#bdeb83 #89eb83 #ebe583

Monochromatic Colors of #bdeb83

#bdeb83

Complementary Color

#bdeb83 #b183eb

#bdeb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb83 Color CSS Codes

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

#bdeb83 Text Font Color

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

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


#bdeb83 Background Color

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

This div background color is #bdeb83


#bdeb83 Border Color

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

This div border color is #bdeb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb83


Comments

No comments written yet.

Please login to write comment.