Color Hex Logo

#bceab1 Color Hex

#BCEAB1
(188,234,177)
0 Favorites   0 Comments

Color spaces of #bceab1

RGB 188234177
HSL0.300.580.81
HSV108°24°92°
CMYK 0.200.000.24   0.08
XYZ58.097772.711352.5676
Yxy72.71130.31680.3965
Hunter Lab85.2709-27.606623.1387
CIE-Lab88.3098-25.275122.9471

#bceab1 color RGB value is (188,234,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10110001
Octal 274 352 261
Decimal 188 234 177
Hex BC EA B1

RGB Percentages of Color #bceab1

%31.39
%39.07
%29.55

CMYK Percentages of Color #bceab1

%20
%0
%24
%8

Triadic Colors of #bceab1

#bceab1 #b1bcea #eab1bc

Analogous Colors of #bceab1

#bceab1 #b1eac3 #d9eab1

Monochromatic Colors of #bceab1

#bceab1

Complementary Color

#bceab1 #dfb1ea

#bceab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceab1 Color CSS Codes

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

#bceab1 Text Font Color

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

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


#bceab1 Background Color

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

This div background color is #bceab1


#bceab1 Border Color

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

This div border color is #bceab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceab1


Comments

No comments written yet.

Please login to write comment.