Color Hex Logo

#bae3cc Color Hex

#BAE3CC
(186,227,204)
0 Favorites   0 Comments

Color spaces of #bae3cc

RGB 186227204
HSL0.410.420.81
HSV146°18°89°
CMYK 0.180.000.10   0.11
XYZ58.617969.736967.4978
Yxy69.73690.29930.3561
Hunter Lab83.5086-20.844110.5335
CIE-Lab86.8677-17.79616.8258

#bae3cc color RGB value is (186,227,204).

#bae3cc hex color red value is 186, green value is 227 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bae3cc hue: 0.41 , saturation: 0.42 and the lightness value of bae3cc is 0.81.

The process color (four color CMYK) of #bae3cc color hex is 0.18, 0.00, 0.10, 0.11. Web safe color of #bae3cc is #cccccc. Color #bae3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 11001100
Octal 272 343 314
Decimal 186 227 204
Hex BA E3 CC

RGB Percentages of Color #bae3cc

%30.15
%36.79
%33.06

CMYK Percentages of Color #bae3cc

%18
%0
%10
%11

Triadic Colors of #bae3cc

#bae3cc #ccbae3 #e3ccba

Analogous Colors of #bae3cc

#bae3cc #bae3e1 #bde3ba

Monochromatic Colors of #bae3cc

#bae3cc

Complementary Color

#bae3cc #e3bad1

#bae3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae3cc Color CSS Codes

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

#bae3cc Text Font Color

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

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


#bae3cc Background Color

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

This div background color is #bae3cc


#bae3cc Border Color

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

This div border color is #bae3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae3cc


Comments

No comments written yet.

Please login to write comment.