Color Hex Logo

#baebed Color Hex

#BAEBED
(186,235,237)
0 Favorites   0 Comments

Color spaces of #baebed

RGB 186235237
HSL0.510.590.83
HSV182°22°93°
CMYK 0.220.010.00   0.07
XYZ65.244175.970291.3457
Yxy75.97020.28050.3267
Hunter Lab87.1609-18.9157-1.1240
CIE-Lab89.8455-15.1639-6.1357

#baebed color RGB value is (186,235,237).

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

The process color (four color CMYK) of #baebed color hex is 0.22, 0.01, 0.00, 0.07. Web safe color of #baebed is #ccffff. Color #baebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11101101
Octal 272 353 355
Decimal 186 235 237
Hex BA EB ED

RGB Percentages of Color #baebed

%28.27
%35.71
%36.02

CMYK Percentages of Color #baebed

%22
%1
%0
%7

Triadic Colors of #baebed

#baebed #edbaeb #ebedba

Analogous Colors of #baebed

#baebed #bad2ed #baedd6

Monochromatic Colors of #baebed

#baebed

Complementary Color

#baebed #edbcba

#baebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebed Color CSS Codes

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

#baebed Text Font Color

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

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


#baebed Background Color

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

This div background color is #baebed


#baebed Border Color

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

This div border color is #baebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebed


Comments

No comments written yet.

Please login to write comment.