Color Hex Logo

#bae174 Color Hex

#BAE174
(186,225,116)
0 Favorites   0 Comments

Color spaces of #bae174

RGB 186225116
HSL0.230.640.67
HSV81°48°88°
CMYK 0.170.000.48   0.12
XYZ50.327365.550526.5230
Yxy65.55050.35340.4603
Hunter Lab80.9633-30.728937.2513
CIE-Lab84.7666-29.832748.8293

#bae174 color RGB value is (186,225,116).

#bae174 hex color red value is 186, green value is 225 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bae174 hue: 0.23 , saturation: 0.64 and the lightness value of bae174 is 0.67.

The process color (four color CMYK) of #bae174 color hex is 0.17, 0.00, 0.48, 0.12. Web safe color of #bae174 is #cccc66. Color #bae174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 01110100
Octal 272 341 164
Decimal 186 225 116
Hex BA E1 74

RGB Percentages of Color #bae174

%35.29
%42.69
%22.01

CMYK Percentages of Color #bae174

%17
%0
%48
%12

Triadic Colors of #bae174

#bae174 #74bae1 #e174ba

Analogous Colors of #bae174

#bae174 #84e174 #e1d274

Monochromatic Colors of #bae174

#bae174

Complementary Color

#bae174 #9b74e1

#bae174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae174 Color CSS Codes

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

#bae174 Text Font Color

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

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


#bae174 Background Color

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

This div background color is #bae174


#bae174 Border Color

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

This div border color is #bae174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae174


Comments

No comments written yet.

Please login to write comment.