Color Hex Logo

#baebea Color Hex

#BAEBEA
(186,235,234)
0 Favorites   0 Comments

Color spaces of #baebea

RGB 186235234
HSL0.500.550.83
HSV179°21°92°
CMYK 0.210.000.00   0.08
XYZ64.809375.796389.0562
Yxy75.79630.28220.3300
Hunter Lab87.0611-19.47930.2940
CIE-Lab89.7647-15.7975-4.6858

#baebea color RGB value is (186,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11101010
Octal 272 353 352
Decimal 186 235 234
Hex BA EB EA

RGB Percentages of Color #baebea

%28.40
%35.88
%35.73

CMYK Percentages of Color #baebea

%21
%0
%0
%8

Triadic Colors of #baebea

#baebea #eabaeb #ebeaba

Analogous Colors of #baebea

#baebea #bad4eb #baebd2

Monochromatic Colors of #baebea

#baebea

Complementary Color

#baebea #ebbabb

#baebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebea Color CSS Codes

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

#baebea Text Font Color

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

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


#baebea Background Color

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

This div background color is #baebea


#baebea Border Color

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

This div border color is #baebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebea


Comments

No comments written yet.

Please login to write comment.