Color Hex Logo

#bded70 Color Hex

#BDED70
(189,237,112)
0 Favorites   0 Comments

Color spaces of #bded70

RGB 189237112
HSL0.230.780.68
HSV83°53°93°
CMYK 0.200.000.53   0.07
XYZ54.195172.557026.4778
Yxy72.55700.35370.4735
Hunter Lab85.1804-35.497041.1963
CIE-Lab88.2360-34.679254.8820

#bded70 color RGB value is (189,237,112).

#bded70 hex color red value is 189, green value is 237 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bded70 hue: 0.23 , saturation: 0.78 and the lightness value of bded70 is 0.68.

The process color (four color CMYK) of #bded70 color hex is 0.20, 0.00, 0.53, 0.07. Web safe color of #bded70 is #ccff66. Color #bded70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 01110000
Octal 275 355 160
Decimal 189 237 112
Hex BD ED 70

RGB Percentages of Color #bded70

%35.13
%44.05
%20.82

CMYK Percentages of Color #bded70

%20
%0
%53
%7

Triadic Colors of #bded70

#bded70 #70bded #ed70bd

Analogous Colors of #bded70

#bded70 #7fed70 #eddf70

Monochromatic Colors of #bded70

#bded70

Complementary Color

#bded70 #a070ed

#bded70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded70 Color CSS Codes

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

#bded70 Text Font Color

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

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


#bded70 Background Color

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

This div background color is #bded70


#bded70 Border Color

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

This div border color is #bded70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded70


Comments

No comments written yet.

Please login to write comment.