Color Hex Logo

#baed7b Color Hex

#BAED7B
(186,237,123)
0 Favorites   0 Comments

Color spaces of #baed7b

RGB 186237123
HSL0.240.760.71
HSV87°48°93°
CMYK 0.220.000.48   0.07
XYZ54.109072.437529.8689
Yxy72.43750.34590.4631
Hunter Lab85.1102-35.461138.7697
CIE-Lab88.1787-34.652149.6665

#baed7b color RGB value is (186,237,123).

#baed7b hex color red value is 186, green value is 237 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #baed7b hue: 0.24 , saturation: 0.76 and the lightness value of baed7b is 0.71.

The process color (four color CMYK) of #baed7b color hex is 0.22, 0.00, 0.48, 0.07. Web safe color of #baed7b is #ccff66. Color #baed7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01111011
Octal 272 355 173
Decimal 186 237 123
Hex BA ED 7B

RGB Percentages of Color #baed7b

%34.07
%43.41
%22.53

CMYK Percentages of Color #baed7b

%22
%0
%48
%7

Triadic Colors of #baed7b

#baed7b #7bbaed #ed7bba

Analogous Colors of #baed7b

#baed7b #81ed7b #ede77b

Monochromatic Colors of #baed7b

#baed7b

Complementary Color

#baed7b #ae7bed

#baed7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed7b Color CSS Codes

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

#baed7b Text Font Color

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

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


#baed7b Background Color

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

This div background color is #baed7b


#baed7b Border Color

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

This div border color is #baed7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,237,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 #baed7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed7b


Comments

No comments written yet.

Please login to write comment.