Color Hex Logo

#baed7c Color Hex

#BAED7C
(186,237,124)
0 Favorites   0 Comments

Color spaces of #baed7c

RGB 186237124
HSL0.240.760.71
HSV87°48°93°
CMYK 0.220.000.48   0.07
XYZ54.172072.462730.2003
Yxy72.46270.34540.4620
Hunter Lab85.1250-35.374738.5529
CIE-Lab88.1908-34.543449.2085

#baed7c color RGB value is (186,237,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01111100
Octal 272 355 174
Decimal 186 237 124
Hex BA ED 7C

RGB Percentages of Color #baed7c

%34.00
%43.33
%22.67

CMYK Percentages of Color #baed7c

%22
%0
%48
%7

Triadic Colors of #baed7c

#baed7c #7cbaed #ed7cba

Analogous Colors of #baed7c

#baed7c #82ed7c #ede87c

Monochromatic Colors of #baed7c

#baed7c

Complementary Color

#baed7c #af7ced

#baed7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed7c Color CSS Codes

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

#baed7c Text Font Color

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

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


#baed7c Background Color

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

This div background color is #baed7c


#baed7c Border Color

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

This div border color is #baed7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed7c


Comments

No comments written yet.

Please login to write comment.