Color Hex Logo

#baebbe Color Hex

#BAEBBE
(186,235,190)
0 Favorites   0 Comments

Color spaces of #baebbe

RGB 186235190
HSL0.350.550.83
HSV125°21°92°
CMYK 0.210.000.19   0.08
XYZ59.252373.573559.7934
Yxy73.57350.30760.3820
Hunter Lab85.7750-26.800718.7117
CIE-Lab88.7205-24.252716.7726

#baebbe color RGB value is (186,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10111110
Octal 272 353 276
Decimal 186 235 190
Hex BA EB BE

RGB Percentages of Color #baebbe

%30.44
%38.46
%31.10

CMYK Percentages of Color #baebbe

%21
%0
%19
%8

Triadic Colors of #baebbe

#baebbe #bebaeb #ebbeba

Analogous Colors of #baebbe

#baebbe #baebd7 #cfebba

Monochromatic Colors of #baebbe

#baebbe

Complementary Color

#baebbe #ebbae7

#baebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebbe Color CSS Codes

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

#baebbe Text Font Color

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

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


#baebbe Background Color

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

This div background color is #baebbe


#baebbe Border Color

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

This div border color is #baebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebbe


Comments

No comments written yet.

Please login to write comment.