Color Hex Logo

#bceace Color Hex

#BCEACE
(188,234,206)
0 Favorites   0 Comments

Color spaces of #bceace

RGB 188234206
HSL0.400.520.83
HSV143°20°92°
CMYK 0.200.000.12   0.08
XYZ61.302473.993269.4437
Yxy73.99320.29940.3614
Hunter Lab86.0193-23.324212.3485
CIE-Lab88.9193-20.23898.7398

#bceace color RGB value is (188,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11001110
Octal 274 352 316
Decimal 188 234 206
Hex BC EA CE

RGB Percentages of Color #bceace

%29.94
%37.26
%32.80

CMYK Percentages of Color #bceace

%20
%0
%12
%8

Triadic Colors of #bceace

#bceace #cebcea #eacebc

Analogous Colors of #bceace

#bceace #bceae5 #c1eabc

Monochromatic Colors of #bceace

#bceace

Complementary Color

#bceace #eabcd8

#bceace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceace Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceace Color CSS Codes

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

#bceace Text Font Color

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

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


#bceace Background Color

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

This div background color is #bceace


#bceace Border Color

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

This div border color is #bceace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bceace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceace


Comments

No comments written yet.

Please login to write comment.