Color Hex Logo

#bdee94 Color Hex

#BDEE94
(189,238,148)
0 Favorites   0 Comments

Color spaces of #bdee94

RGB 189238148
HSL0.260.730.76
HSV93°38°93°
CMYK 0.210.000.38   0.07
XYZ56.906174.106039.3216
Yxy74.10600.33410.4351
Hunter Lab86.0848-32.651633.1771
CIE-Lab88.9726-31.052838.5619

#bdee94 color RGB value is (189,238,148).

#bdee94 hex color red value is 189, green value is 238 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdee94 hue: 0.26 , saturation: 0.73 and the lightness value of bdee94 is 0.76.

The process color (four color CMYK) of #bdee94 color hex is 0.21, 0.00, 0.38, 0.07. Web safe color of #bdee94 is #ccff99. Color #bdee94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10010100
Octal 275 356 224
Decimal 189 238 148
Hex BD EE 94

RGB Percentages of Color #bdee94

%32.87
%41.39
%25.74

CMYK Percentages of Color #bdee94

%21
%0
%38
%7

Triadic Colors of #bdee94

#bdee94 #94bdee #ee94bd

Analogous Colors of #bdee94

#bdee94 #94ee98 #eaee94

Monochromatic Colors of #bdee94

#bdee94

Complementary Color

#bdee94 #c594ee

#bdee94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee94 Color CSS Codes

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

#bdee94 Text Font Color

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

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


#bdee94 Background Color

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

This div background color is #bdee94


#bdee94 Border Color

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

This div border color is #bdee94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee94


Comments

No comments written yet.

Please login to write comment.