Color Hex Logo

#baefad Color Hex

#BAEFAD
(186,239,173)
0 Favorites   0 Comments

Color spaces of #baefad

RGB 186239173
HSL0.300.670.81
HSV108°28°94°
CMYK 0.220.000.28   0.06
XYZ58.659075.189250.9565
Yxy75.18920.31740.4069
Hunter Lab86.7117-30.993325.8562
CIE-Lab89.4815-28.963426.5868

#baefad color RGB value is (186,239,173).

#baefad hex color red value is 186, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #baefad hue: 0.30 , saturation: 0.67 and the lightness value of baefad is 0.81.

The process color (four color CMYK) of #baefad color hex is 0.22, 0.00, 0.28, 0.06. Web safe color of #baefad is #ccff99. Color #baefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10101101
Octal 272 357 255
Decimal 186 239 173
Hex BA EF AD

RGB Percentages of Color #baefad

%31.10
%39.97
%28.93

CMYK Percentages of Color #baefad

%22
%0
%28
%6

Triadic Colors of #baefad

#baefad #adbaef #efadba

Analogous Colors of #baefad

#baefad #adefc1 #dbefad

Monochromatic Colors of #baefad

#baefad

Complementary Color

#baefad #e2adef

#baefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefad Color CSS Codes

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

#baefad Text Font Color

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

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


#baefad Background Color

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

This div background color is #baefad


#baefad Border Color

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

This div border color is #baefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefad


Comments

No comments written yet.

Please login to write comment.