Color Hex Logo

#baecd5 Color Hex

#BAECD5
(186,236,213)
0 Favorites   0 Comments

Color spaces of #baecd5

RGB 186236213
HSL0.420.570.83
HSV152°21°93°
CMYK 0.210.000.10   0.07
XYZ62.255475.234174.1912
Yxy75.23410.29410.3554
Hunter Lab86.7376-23.673510.0025
CIE-Lab89.5025-20.52595.9084

#baecd5 color RGB value is (186,236,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11010101
Octal 272 354 325
Decimal 186 236 213
Hex BA EC D5

RGB Percentages of Color #baecd5

%29.29
%37.17
%33.54

CMYK Percentages of Color #baecd5

%21
%0
%10
%7

Triadic Colors of #baecd5

#baecd5 #d5baec #ecd5ba

Analogous Colors of #baecd5

#baecd5 #baeaec #baecbc

Monochromatic Colors of #baecd5

#baecd5

Complementary Color

#baecd5 #ecbad1

#baecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecd5 Color CSS Codes

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

#baecd5 Text Font Color

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

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


#baecd5 Background Color

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

This div background color is #baecd5


#baecd5 Border Color

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

This div border color is #baecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecd5


Comments

No comments written yet.

Please login to write comment.