Color Hex Logo

#bde27b Color Hex

#BDE27B
(189,226,123)
0 Favorites   0 Comments

Color spaces of #bde27b

RGB 189226123
HSL0.230.640.68
HSV82°46°89°
CMYK 0.160.000.46   0.11
XYZ51.757866.641628.8741
Yxy66.64160.35140.4525
Hunter Lab81.6343-29.687436.1731
CIE-Lab85.3226-28.432646.2012

#bde27b color RGB value is (189,226,123).

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

The process color (four color CMYK) of #bde27b color hex is 0.16, 0.00, 0.46, 0.11. Web safe color of #bde27b is #cccc66. Color #bde27b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 01111011
Octal 275 342 173
Decimal 189 226 123
Hex BD E2 7B

RGB Percentages of Color #bde27b

%35.13
%42.01
%22.86

CMYK Percentages of Color #bde27b

%16
%0
%46
%11

Triadic Colors of #bde27b

#bde27b #7bbde2 #e27bbd

Analogous Colors of #bde27b

#bde27b #8ae27b #e2d47b

Monochromatic Colors of #bde27b

#bde27b

Complementary Color

#bde27b #a07be2

#bde27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde27b Color CSS Codes

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

#bde27b Text Font Color

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

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


#bde27b Background Color

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

This div background color is #bde27b


#bde27b Border Color

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

This div border color is #bde27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde27b


Comments

No comments written yet.

Please login to write comment.