Color Hex Logo

#babc35 Color Hex

#BABC35
(186,188,53)
0 Favorites   0 Comments

Color spaces of #babc35

RGB 18618853
HSL0.170.560.47
HSV61°72°74°
CMYK 0.010.000.72   0.26
XYZ38.875546.662610.3260
Yxy46.66260.40550.4868
Hunter Lab68.3100-17.957538.8545
CIE-Lab73.9734-16.666863.9212

#babc35 color RGB value is (186,188,53).

#babc35 hex color red value is 186, green value is 188 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #babc35 hue: 0.17 , saturation: 0.56 and the lightness value of babc35 is 0.47.

The process color (four color CMYK) of #babc35 color hex is 0.01, 0.00, 0.72, 0.26. Web safe color of #babc35 is #cccc33. Color #babc35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 00110101
Octal 272 274 65
Decimal 186 188 53
Hex BA BC 35

RGB Percentages of Color #babc35

%43.56
%44.03
%12.41

CMYK Percentages of Color #babc35

%1
%0
%72
%26

Triadic Colors of #babc35

#babc35 #35babc #bc35ba

Analogous Colors of #babc35

#babc35 #77bc35 #bc7b35

Monochromatic Colors of #babc35

#babc35

Complementary Color

#babc35 #3735bc

#babc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babc35 Color CSS Codes

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

#babc35 Text Font Color

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

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


#babc35 Background Color

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

This div background color is #babc35


#babc35 Border Color

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

This div border color is #babc35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babc35


Comments

No comments written yet.

Please login to write comment.