Color Hex Logo

#baebe2 Color Hex

#BAEBE2
(186,235,226)
0 Favorites   0 Comments

Color spaces of #baebe2

RGB 186235226
HSL0.470.550.83
HSV169°21°92°
CMYK 0.210.000.04   0.08
XYZ63.685575.346883.1383
Yxy75.34680.28670.3391
Hunter Lab86.8025-20.94213.9746
CIE-Lab89.5552-17.4531-0.8086

#baebe2 color RGB value is (186,235,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11100010
Octal 272 353 342
Decimal 186 235 226
Hex BA EB E2

RGB Percentages of Color #baebe2

%28.75
%36.32
%34.93

CMYK Percentages of Color #baebe2

%21
%0
%4
%8

Triadic Colors of #baebe2

#baebe2 #e2baeb #ebe2ba

Analogous Colors of #baebe2

#baebe2 #badceb #baebca

Monochromatic Colors of #baebe2

#baebe2

Complementary Color

#baebe2 #ebbac3

#baebe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebe2 Color CSS Codes

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

#baebe2 Text Font Color

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

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


#baebe2 Background Color

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

This div background color is #baebe2


#baebe2 Border Color

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

This div border color is #baebe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebe2


Comments

No comments written yet.

Please login to write comment.