Color Hex Logo

#baebc0 Color Hex

#BAEBC0
(186,235,192)
0 Favorites   0 Comments

Color spaces of #baebc0

RGB 186235192
HSL0.350.550.83
HSV127°21°92°
CMYK 0.210.000.18   0.08
XYZ59.472573.661560.9527
Yxy73.66150.30640.3795
Hunter Lab85.8263-26.506117.9714
CIE-Lab88.7623-23.904115.7928

#baebc0 color RGB value is (186,235,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11000000
Octal 272 353 300
Decimal 186 235 192
Hex BA EB C0

RGB Percentages of Color #baebc0

%30.34
%38.34
%31.32

CMYK Percentages of Color #baebc0

%21
%0
%18
%8

Triadic Colors of #baebc0

#baebc0 #c0baeb #ebc0ba

Analogous Colors of #baebc0

#baebc0 #baebd9 #cdebba

Monochromatic Colors of #baebc0

#baebc0

Complementary Color

#baebc0 #ebbae5

#baebc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebc0 Color CSS Codes

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

#baebc0 Text Font Color

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

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


#baebc0 Background Color

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

This div background color is #baebc0


#baebc0 Border Color

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

This div border color is #baebc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebc0


Comments

No comments written yet.

Please login to write comment.