Color Hex Logo

#baed58 Color Hex

#BAED58
(186,237,88)
0 Favorites   0 Comments

Color spaces of #baed58

RGB 18623788
HSL0.220.810.64
HSV81°63°93°
CMYK 0.220.000.63   0.07
XYZ52.295371.712120.3181
Yxy71.71210.36230.4969
Hunter Lab84.6830-37.964045.0526
CIE-Lab87.8298-37.830964.7280

#baed58 color RGB value is (186,237,88).

#baed58 hex color red value is 186, green value is 237 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #baed58 hue: 0.22 , saturation: 0.81 and the lightness value of baed58 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01011000
Octal 272 355 130
Decimal 186 237 88
Hex BA ED 58

RGB Percentages of Color #baed58

%36.40
%46.38
%17.22

CMYK Percentages of Color #baed58

%22
%0
%63
%7

Triadic Colors of #baed58

#baed58 #58baed #ed58ba

Analogous Colors of #baed58

#baed58 #70ed58 #edd658

Monochromatic Colors of #baed58

#baed58

Complementary Color

#baed58 #8b58ed

#baed58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed58 Color CSS Codes

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

#baed58 Text Font Color

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

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


#baed58 Background Color

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

This div background color is #baed58


#baed58 Border Color

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

This div border color is #baed58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed58


Comments

No comments written yet.

Please login to write comment.