Color Hex Logo

#baeecb Color Hex

#BAEECB
(186,238,203)
0 Favorites   0 Comments

Color spaces of #baeecb

RGB 186238203
HSL0.390.600.83
HSV140°22°93°
CMYK 0.220.000.15   0.07
XYZ61.603775.900067.9032
Yxy75.90000.29990.3695
Hunter Lab87.1206-26.242214.7728
CIE-Lab89.8129-23.384211.5630

#baeecb color RGB value is (186,238,203).

#baeecb hex color red value is 186, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #baeecb hue: 0.39 , saturation: 0.60 and the lightness value of baeecb is 0.83.

The process color (four color CMYK) of #baeecb color hex is 0.22, 0.00, 0.15, 0.07. Web safe color of #baeecb is #ccffcc. Color #baeecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11001011
Octal 272 356 313
Decimal 186 238 203
Hex BA EE CB

RGB Percentages of Color #baeecb

%29.67
%37.96
%32.38

CMYK Percentages of Color #baeecb

%22
%0
%15
%7

Triadic Colors of #baeecb

#baeecb #cbbaee #eecbba

Analogous Colors of #baeecb

#baeecb #baeee5 #c3eeba

Monochromatic Colors of #baeecb

#baeecb

Complementary Color

#baeecb #eebadd

#baeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeecb Color CSS Codes

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

#baeecb Text Font Color

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

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


#baeecb Background Color

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

This div background color is #baeecb


#baeecb Border Color

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

This div border color is #baeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeecb


Comments

No comments written yet.

Please login to write comment.