Color Hex Logo

#bceabd Color Hex

#BCEABD
(188,234,189)
0 Favorites   0 Comments

Color spaces of #bceabd

RGB 188234189
HSL0.340.520.83
HSV121°20°92°
CMYK 0.200.000.19   0.08
XYZ59.347273.211159.1473
Yxy73.21110.30960.3819
Hunter Lab85.5635-25.927718.9092
CIE-Lab88.5483-23.282417.0677

#bceabd color RGB value is (188,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10111101
Octal 274 352 275
Decimal 188 234 189
Hex BC EA BD

RGB Percentages of Color #bceabd

%30.77
%38.30
%30.93

CMYK Percentages of Color #bceabd

%20
%0
%19
%8

Triadic Colors of #bceabd

#bceabd #bdbcea #eabdbc

Analogous Colors of #bceabd

#bceabd #bcead4 #d2eabc

Monochromatic Colors of #bceabd

#bceabd

Complementary Color

#bceabd #eabce9

#bceabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceabd Color CSS Codes

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

#bceabd Text Font Color

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

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


#bceabd Background Color

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

This div background color is #bceabd


#bceabd Border Color

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

This div border color is #bceabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceabd

#bceabd Color Palettes


Comments

No comments written yet.

Please login to write comment.