Color Hex Logo

#baed74 Color Hex

#BAED74
(186,237,116)
0 Favorites   0 Comments

Color spaces of #baed74

RGB 186237116
HSL0.240.770.69
HSV85°51°93°
CMYK 0.220.000.51   0.07
XYZ53.686372.268427.6426
Yxy72.26840.34950.4705
Hunter Lab85.0108-36.042140.2285
CIE-Lab88.0976-35.384352.8390

#baed74 color RGB value is (186,237,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01110100
Octal 272 355 164
Decimal 186 237 116
Hex BA ED 74

RGB Percentages of Color #baed74

%34.51
%43.97
%21.52

CMYK Percentages of Color #baed74

%22
%0
%51
%7

Triadic Colors of #baed74

#baed74 #74baed #ed74ba

Analogous Colors of #baed74

#baed74 #7eed74 #ede474

Monochromatic Colors of #baed74

#baed74

Complementary Color

#baed74 #a774ed

#baed74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed74 Color CSS Codes

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

#baed74 Text Font Color

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

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


#baed74 Background Color

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

This div background color is #baed74


#baed74 Border Color

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

This div border color is #baed74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed74


Comments

No comments written yet.

Please login to write comment.