Color Hex Logo

#baebc1 Color Hex

#BAEBC1
(186,235,193)
0 Favorites   0 Comments

Color spaces of #baebc1

RGB 186235193
HSL0.360.550.83
HSV129°21°92°
CMYK 0.210.000.18   0.08
XYZ59.583773.706061.5384
Yxy73.70600.30580.3783
Hunter Lab85.8522-26.357617.5978
CIE-Lab88.7833-23.728615.3029

#baebc1 color RGB value is (186,235,193).

#baebc1 hex color red value is 186, green value is 235 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #baebc1 hue: 0.36 , saturation: 0.55 and the lightness value of baebc1 is 0.83.

The process color (four color CMYK) of #baebc1 color hex is 0.21, 0.00, 0.18, 0.08. Web safe color of #baebc1 is #ccffcc. Color #baebc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11000001
Octal 272 353 301
Decimal 186 235 193
Hex BA EB C1

RGB Percentages of Color #baebc1

%30.29
%38.27
%31.43

CMYK Percentages of Color #baebc1

%21
%0
%18
%8

Triadic Colors of #baebc1

#baebc1 #c1baeb #ebc1ba

Analogous Colors of #baebc1

#baebc1 #baebda #ccebba

Monochromatic Colors of #baebc1

#baebc1

Complementary Color

#baebc1 #ebbae4

#baebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebc1 Color CSS Codes

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

#baebc1 Text Font Color

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

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


#baebc1 Background Color

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

This div background color is #baebc1


#baebc1 Border Color

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

This div border color is #baebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebc1


Comments

No comments written yet.

Please login to write comment.