Color Hex Logo

#baebf0 Color Hex

#BAEBF0
(186,235,240)
0 Favorites   0 Comments

Color spaces of #baebf0

RGB 186235240
HSL0.520.640.84
HSV186°23°94°
CMYK 0.230.020.00   0.06
XYZ65.686276.147093.6739
Yxy76.14700.27890.3233
Hunter Lab87.2622-18.3440-2.5628
CIE-Lab89.9275-14.5236-7.5834

#baebf0 color RGB value is (186,235,240).

#baebf0 hex color red value is 186, green value is 235 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #baebf0 hue: 0.52 , saturation: 0.64 and the lightness value of baebf0 is 0.84.

The process color (four color CMYK) of #baebf0 color hex is 0.23, 0.02, 0.00, 0.06. Web safe color of #baebf0 is #ccffff. Color #baebf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11110000
Octal 272 353 360
Decimal 186 235 240
Hex BA EB F0

RGB Percentages of Color #baebf0

%28.14
%35.55
%36.31

CMYK Percentages of Color #baebf0

%23
%2
%0
%6

Triadic Colors of #baebf0

#baebf0 #f0baeb #ebf0ba

Analogous Colors of #baebf0

#baebf0 #bad0f0 #baf0da

Monochromatic Colors of #baebf0

#baebf0

Complementary Color

#baebf0 #f0bfba

#baebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebf0 Color CSS Codes

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

#baebf0 Text Font Color

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

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


#baebf0 Background Color

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

This div background color is #baebf0


#baebf0 Border Color

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

This div border color is #baebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebf0


Comments

No comments written yet.

Please login to write comment.