Color Hex Logo

#baecf1 Color Hex

#BAECF1
(186,236,241)
0 Favorites   0 Comments

Color spaces of #baecf1

RGB 186236241
HSL0.520.660.84
HSV185°23°95°
CMYK 0.230.020.00   0.05
XYZ66.122376.780994.5543
Yxy76.78090.27850.3233
Hunter Lab87.6247-18.6457-2.6415
CIE-Lab90.2207-14.8109-7.6720

#baecf1 color RGB value is (186,236,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11110001
Octal 272 354 361
Decimal 186 236 241
Hex BA EC F1

RGB Percentages of Color #baecf1

%28.05
%35.60
%36.35

CMYK Percentages of Color #baecf1

%23
%2
%0
%5

Triadic Colors of #baecf1

#baecf1 #f1baec #ecf1ba

Analogous Colors of #baecf1

#baecf1 #bad1f1 #baf1db

Monochromatic Colors of #baecf1

#baecf1

Complementary Color

#baecf1 #f1bfba

#baecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecf1 Color CSS Codes

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

#baecf1 Text Font Color

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

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


#baecf1 Background Color

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

This div background color is #baecf1


#baecf1 Border Color

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

This div border color is #baecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecf1


Comments

No comments written yet.

Please login to write comment.