Color Hex Logo

#bceab2 Color Hex

#BCEAB2
(188,234,178)
0 Favorites   0 Comments

Color spaces of #bceab2

RGB 188234178
HSL0.300.570.81
HSV109°24°92°
CMYK 0.200.000.24   0.08
XYZ58.197772.751453.0946
Yxy72.75140.31620.3953
Hunter Lab85.2944-27.472022.7989
CIE-Lab88.3290-25.114422.4575

#bceab2 color RGB value is (188,234,178).

#bceab2 hex color red value is 188, green value is 234 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bceab2 hue: 0.30 , saturation: 0.57 and the lightness value of bceab2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10110010
Octal 274 352 262
Decimal 188 234 178
Hex BC EA B2

RGB Percentages of Color #bceab2

%31.33
%39.00
%29.67

CMYK Percentages of Color #bceab2

%20
%0
%24
%8

Triadic Colors of #bceab2

#bceab2 #b2bcea #eab2bc

Analogous Colors of #bceab2

#bceab2 #b2eac4 #d8eab2

Monochromatic Colors of #bceab2

#bceab2

Complementary Color

#bceab2 #e0b2ea

#bceab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceab2 Color CSS Codes

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

#bceab2 Text Font Color

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

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


#bceab2 Background Color

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

This div background color is #bceab2


#bceab2 Border Color

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

This div border color is #bceab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceab2


Comments

No comments written yet.

Please login to write comment.