Color Hex Logo

#baebad Color Hex

#BAEBAD
(186,235,173)
0 Favorites   0 Comments

Color spaces of #baebad

RGB 186235173
HSL0.300.610.80
HSV107°26°92°
CMYK 0.210.000.26   0.08
XYZ57.500972.872950.5704
Yxy72.87290.31780.4027
Hunter Lab85.3656-29.155124.6327
CIE-Lab88.3871-27.065925.0929

#baebad color RGB value is (186,235,173).

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

The process color (four color CMYK) of #baebad color hex is 0.21, 0.00, 0.26, 0.08. Web safe color of #baebad is #ccff99. Color #baebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10101101
Octal 272 353 255
Decimal 186 235 173
Hex BA EB AD

RGB Percentages of Color #baebad

%31.31
%39.56
%29.12

CMYK Percentages of Color #baebad

%21
%0
%26
%8

Triadic Colors of #baebad

#baebad #adbaeb #ebadba

Analogous Colors of #baebad

#baebad #adebbf #d9ebad

Monochromatic Colors of #baebad

#baebad

Complementary Color

#baebad #deadeb

#baebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebad Color CSS Codes

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

#baebad Text Font Color

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

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


#baebad Background Color

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

This div background color is #baebad


#baebad Border Color

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

This div border color is #baebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebad


Comments

No comments written yet.

Please login to write comment.