Color Hex Logo

#baecd1 Color Hex

#BAECD1
(186,236,209)
0 Favorites   0 Comments

Color spaces of #baecd1

RGB 186236209
HSL0.410.570.83
HSV148°21°93°
CMYK 0.210.000.11   0.07
XYZ61.753875.033571.5497
Yxy75.03350.29640.3602
Hunter Lab86.6219-24.333511.6618
CIE-Lab89.4087-21.29077.8606

#baecd1 color RGB value is (186,236,209).

#baecd1 hex color red value is 186, green value is 236 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #baecd1 hue: 0.41 , saturation: 0.57 and the lightness value of baecd1 is 0.83.

The process color (four color CMYK) of #baecd1 color hex is 0.21, 0.00, 0.11, 0.07. Web safe color of #baecd1 is #ccffcc. Color #baecd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11010001
Octal 272 354 321
Decimal 186 236 209
Hex BA EC D1

RGB Percentages of Color #baecd1

%29.48
%37.40
%33.12

CMYK Percentages of Color #baecd1

%21
%0
%11
%7

Triadic Colors of #baecd1

#baecd1 #d1baec #ecd1ba

Analogous Colors of #baecd1

#baecd1 #baecea #bcecba

Monochromatic Colors of #baecd1

#baecd1

Complementary Color

#baecd1 #ecbad5

#baecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecd1 Color CSS Codes

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

#baecd1 Text Font Color

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

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


#baecd1 Background Color

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

This div background color is #baecd1


#baecd1 Border Color

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

This div border color is #baecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecd1


Comments

No comments written yet.

Please login to write comment.