Color Hex Logo

#bded90 Color Hex

#BDED90
(189,237,144)
0 Favorites   0 Comments

Color spaces of #bded90

RGB 189237144
HSL0.250.720.75
HSV91°39°93°
CMYK 0.200.000.39   0.07
XYZ56.304573.400837.5858
Yxy73.40080.33660.4388
Hunter Lab85.6743-32.621133.9611
CIE-Lab88.6385-31.103340.1133

#bded90 color RGB value is (189,237,144).

#bded90 hex color red value is 189, green value is 237 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bded90 hue: 0.25 , saturation: 0.72 and the lightness value of bded90 is 0.75.

The process color (four color CMYK) of #bded90 color hex is 0.20, 0.00, 0.39, 0.07. Web safe color of #bded90 is #ccff99. Color #bded90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10010000
Octal 275 355 220
Decimal 189 237 144
Hex BD ED 90

RGB Percentages of Color #bded90

%33.16
%41.58
%25.26

CMYK Percentages of Color #bded90

%20
%0
%39
%7

Triadic Colors of #bded90

#bded90 #90bded #ed90bd

Analogous Colors of #bded90

#bded90 #90ed92 #eced90

Monochromatic Colors of #bded90

#bded90

Complementary Color

#bded90 #c090ed

#bded90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded90 Color CSS Codes

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

#bded90 Text Font Color

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

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


#bded90 Background Color

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

This div background color is #bded90


#bded90 Border Color

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

This div border color is #bded90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded90


Comments

No comments written yet.

Please login to write comment.