Color Hex Logo

#baebda Color Hex

#BAEBDA
(186,235,218)
0 Favorites   0 Comments

Color spaces of #baebda

RGB 186235218
HSL0.440.550.83
HSV159°21°92°
CMYK 0.210.000.07   0.08
XYZ62.612974.917777.4902
Yxy74.91770.29120.3484
Hunter Lab86.5550-22.34647.5079
CIE-Lab89.3544-19.05793.0823

#baebda color RGB value is (186,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11011010
Octal 272 353 332
Decimal 186 235 218
Hex BA EB DA

RGB Percentages of Color #baebda

%29.11
%36.78
%34.12

CMYK Percentages of Color #baebda

%21
%0
%7
%8

Triadic Colors of #baebda

#baebda #dabaeb #ebdaba

Analogous Colors of #baebda

#baebda #bae4eb #baebc2

Monochromatic Colors of #baebda

#baebda

Complementary Color

#baebda #ebbacb

#baebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebda Color CSS Codes

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

#baebda Text Font Color

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

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


#baebda Background Color

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

This div background color is #baebda


#baebda Border Color

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

This div border color is #baebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebda


Comments

No comments written yet.

Please login to write comment.