Color Hex Logo

#baed35 Color Hex

#BAED35
(186,237,53)
0 Favorites   0 Comments

Color spaces of #baed35

RGB 18623753
HSL0.210.840.57
HSV77°78°93°
CMYK 0.220.000.78   0.07
XYZ51.176571.264514.4263
Yxy71.26450.37390.5207
Hunter Lab84.4183-39.520848.9607
CIE-Lab87.6134-39.840776.6841

#baed35 color RGB value is (186,237,53).

#baed35 hex color red value is 186, green value is 237 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #baed35 hue: 0.21 , saturation: 0.84 and the lightness value of baed35 is 0.57.

The process color (four color CMYK) of #baed35 color hex is 0.22, 0.00, 0.78, 0.07. Web safe color of #baed35 is #ccff33. Color #baed35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 00110101
Octal 272 355 65
Decimal 186 237 53
Hex BA ED 35

RGB Percentages of Color #baed35

%39.08
%49.79
%11.13

CMYK Percentages of Color #baed35

%22
%0
%78
%7

Triadic Colors of #baed35

#baed35 #35baed #ed35ba

Analogous Colors of #baed35

#baed35 #5eed35 #edc435

Monochromatic Colors of #baed35

#baed35

Complementary Color

#baed35 #6835ed

#baed35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed35 Color CSS Codes

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

#baed35 Text Font Color

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

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


#baed35 Background Color

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

This div background color is #baed35


#baed35 Border Color

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

This div border color is #baed35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed35


Comments

No comments written yet.

Please login to write comment.