Color Hex Logo

#baebdb Color Hex

#BAEBDB
(186,235,219)
0 Favorites   0 Comments

Color spaces of #baebdb

RGB 186235219
HSL0.450.550.83
HSV160°21°92°
CMYK 0.210.000.07   0.08
XYZ62.744274.970278.1816
Yxy74.97020.29060.3473
Hunter Lab86.5853-22.17407.0743
CIE-Lab89.3790-18.86012.5952

#baebdb color RGB value is (186,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11011011
Octal 272 353 333
Decimal 186 235 219
Hex BA EB DB

RGB Percentages of Color #baebdb

%29.06
%36.72
%34.22

CMYK Percentages of Color #baebdb

%21
%0
%7
%8

Triadic Colors of #baebdb

#baebdb #dbbaeb #ebdbba

Analogous Colors of #baebdb

#baebdb #bae3eb #baebc3

Monochromatic Colors of #baebdb

#baebdb

Complementary Color

#baebdb #ebbaca

#baebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebdb Color CSS Codes

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

#baebdb Text Font Color

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

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


#baebdb Background Color

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

This div background color is #baebdb


#baebdb Border Color

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

This div border color is #baebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebdb


Comments

No comments written yet.

Please login to write comment.