Color Hex Logo

#baea48 Color Hex

#BAEA48
(186,234,72)
0 Favorites   0 Comments

Color spaces of #baea48

RGB 18623472
HSL0.220.790.60
HSV78°69°92°
CMYK 0.210.000.69   0.08
XYZ50.842269.752616.9148
Yxy69.75260.36970.5073
Hunter Lab83.5180-37.493446.4547
CIE-Lab86.8754-37.547469.8572

#baea48 color RGB value is (186,234,72).

#baea48 hex color red value is 186, green value is 234 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #baea48 hue: 0.22 , saturation: 0.79 and the lightness value of baea48 is 0.60.

The process color (four color CMYK) of #baea48 color hex is 0.21, 0.00, 0.69, 0.08. Web safe color of #baea48 is #ccff33. Color #baea48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01001000
Octal 272 352 110
Decimal 186 234 72
Hex BA EA 48

RGB Percentages of Color #baea48

%37.80
%47.56
%14.63

CMYK Percentages of Color #baea48

%21
%0
%69
%8

Triadic Colors of #baea48

#baea48 #48baea #ea48ba

Analogous Colors of #baea48

#baea48 #69ea48 #eac948

Monochromatic Colors of #baea48

#baea48

Complementary Color

#baea48 #7848ea

#baea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea48 Color CSS Codes

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

#baea48 Text Font Color

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

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


#baea48 Background Color

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

This div background color is #baea48


#baea48 Border Color

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

This div border color is #baea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea48


Comments

No comments written yet.

Please login to write comment.