Color Hex Logo

#baed67 Color Hex

#BAED67
(186,237,103)
0 Favorites   0 Comments

Color spaces of #baed67

RGB 186237103
HSL0.230.790.67
HSV83°57°93°
CMYK 0.220.000.57   0.07
XYZ52.982171.986723.9343
Yxy71.98670.35580.4834
Hunter Lab84.8450-37.013042.6661
CIE-Lab87.9622-36.615658.5425

#baed67 color RGB value is (186,237,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01100111
Octal 272 355 147
Decimal 186 237 103
Hex BA ED 67

RGB Percentages of Color #baed67

%35.36
%45.06
%19.58

CMYK Percentages of Color #baed67

%22
%0
%57
%7

Triadic Colors of #baed67

#baed67 #67baed #ed67ba

Analogous Colors of #baed67

#baed67 #77ed67 #eddd67

Monochromatic Colors of #baed67

#baed67

Complementary Color

#baed67 #9a67ed

#baed67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed67 Color CSS Codes

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

#baed67 Text Font Color

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

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


#baed67 Background Color

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

This div background color is #baed67


#baed67 Border Color

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

This div border color is #baed67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed67


Comments

No comments written yet.

Please login to write comment.