Color Hex Logo

#baebdc Color Hex

#BAEBDC
(186,235,220)
0 Favorites   0 Comments

Color spaces of #baebdc

RGB 186235220
HSL0.450.550.83
HSV162°21°92°
CMYK 0.210.000.06   0.08
XYZ62.876375.023178.8771
Yxy75.02310.29010.3461
Hunter Lab86.6159-22.00096.6384
CIE-Lab89.4038-18.66162.1084

#baebdc color RGB value is (186,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11011100
Octal 272 353 334
Decimal 186 235 220
Hex BA EB DC

RGB Percentages of Color #baebdc

%29.02
%36.66
%34.32

CMYK Percentages of Color #baebdc

%21
%0
%6
%8

Triadic Colors of #baebdc

#baebdc #dcbaeb #ebdcba

Analogous Colors of #baebdc

#baebdc #bae2eb #baebc4

Monochromatic Colors of #baebdc

#baebdc

Complementary Color

#baebdc #ebbac9

#baebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebdc Color CSS Codes

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

#baebdc Text Font Color

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

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


#baebdc Background Color

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

This div background color is #baebdc


#baebdc Border Color

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

This div border color is #baebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebdc


Comments

No comments written yet.

Please login to write comment.