Color Hex Logo

#baecf8 Color Hex

#BAECF8
(186,236,248)
0 Favorites   0 Comments

Color spaces of #baecf8

RGB 186236248
HSL0.530.820.85
HSV192°25°97°
CMYK 0.250.050.00   0.03
XYZ67.188477.2073100.1682
Yxy77.20730.27470.3157
Hunter Lab87.8677-17.2777-6.0826
CIE-Lab90.4169-13.2885-11.0376

#baecf8 color RGB value is (186,236,248).

#baecf8 hex color red value is 186, green value is 236 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #baecf8 hue: 0.53 , saturation: 0.82 and the lightness value of baecf8 is 0.85.

The process color (four color CMYK) of #baecf8 color hex is 0.25, 0.05, 0.00, 0.03. Web safe color of #baecf8 is #ccffff. Color #baecf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11111000
Octal 272 354 370
Decimal 186 236 248
Hex BA EC F8

RGB Percentages of Color #baecf8

%27.76
%35.22
%37.01

CMYK Percentages of Color #baecf8

%25
%5
%0
%3

Triadic Colors of #baecf8

#baecf8 #f8baec #ecf8ba

Analogous Colors of #baecf8

#baecf8 #bacdf8 #baf8e5

Monochromatic Colors of #baecf8

#baecf8

Complementary Color

#baecf8 #f8c6ba

#baecf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecf8 Color CSS Codes

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

#baecf8 Text Font Color

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

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


#baecf8 Background Color

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

This div background color is #baecf8


#baecf8 Border Color

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

This div border color is #baecf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecf8


Comments

No comments written yet.

Please login to write comment.