Color Hex Logo

#bbeace Color Hex

#BBEACE
(187,234,206)
0 Favorites   0 Comments

Color spaces of #bbeace

RGB 187234206
HSL0.400.530.83
HSV144°20°92°
CMYK 0.200.000.12   0.08
XYZ61.056973.866769.4322
Yxy73.86670.29880.3615
Hunter Lab85.9457-23.596512.2639
CIE-Lab88.8594-20.55858.6461

#bbeace color RGB value is (187,234,206).

#bbeace hex color red value is 187, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbeace hue: 0.40 , saturation: 0.53 and the lightness value of bbeace is 0.83.

The process color (four color CMYK) of #bbeace color hex is 0.20, 0.00, 0.12, 0.08. Web safe color of #bbeace is #ccffcc. Color #bbeace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11001110
Octal 273 352 316
Decimal 187 234 206
Hex BB EA CE

RGB Percentages of Color #bbeace

%29.82
%37.32
%32.85

CMYK Percentages of Color #bbeace

%20
%0
%12
%8

Triadic Colors of #bbeace

#bbeace #cebbea #eacebb

Analogous Colors of #bbeace

#bbeace #bbeae6 #c0eabb

Monochromatic Colors of #bbeace

#bbeace

Complementary Color

#bbeace #eabbd7

#bbeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeace Color CSS Codes

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

#bbeace Text Font Color

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

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


#bbeace Background Color

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

This div background color is #bbeace


#bbeace Border Color

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

This div border color is #bbeace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,234,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbeace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbeace;
  -webkit-box-shadow: 1px 1px 3px 2px #bbeace;
  box-shadow:         1px 1px 3px 2px #bbeace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,234,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeace


Comments

No comments written yet.

Please login to write comment.