Color Hex Logo

#bceaa2 Color Hex

#BCEAA2
(188,234,162)
0 Favorites   0 Comments

Color spaces of #bceaa2

RGB 188234162
HSL0.270.630.78
HSV98°31°92°
CMYK 0.200.000.31   0.08
XYZ56.683472.145645.1204
Yxy72.14560.32590.4148
Hunter Lab84.9386-29.521327.9614
CIE-Lab88.0386-27.577730.2689

#bceaa2 color RGB value is (188,234,162).

#bceaa2 hex color red value is 188, green value is 234 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bceaa2 hue: 0.27 , saturation: 0.63 and the lightness value of bceaa2 is 0.78.

The process color (four color CMYK) of #bceaa2 color hex is 0.20, 0.00, 0.31, 0.08. Web safe color of #bceaa2 is #ccff99. Color #bceaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10100010
Octal 274 352 242
Decimal 188 234 162
Hex BC EA A2

RGB Percentages of Color #bceaa2

%32.19
%40.07
%27.74

CMYK Percentages of Color #bceaa2

%20
%0
%31
%8

Triadic Colors of #bceaa2

#bceaa2 #a2bcea #eaa2bc

Analogous Colors of #bceaa2

#bceaa2 #a2eaac #e0eaa2

Monochromatic Colors of #bceaa2

#bceaa2

Complementary Color

#bceaa2 #d0a2ea

#bceaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceaa2 Color CSS Codes

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

#bceaa2 Text Font Color

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

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


#bceaa2 Background Color

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

This div background color is #bceaa2


#bceaa2 Border Color

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

This div border color is #bceaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceaa2


Comments

No comments written yet.

Please login to write comment.