Color Hex Logo

#bceabf Color Hex

#BCEABF
(188,234,191)
1 Favorites   0 Comments

Color spaces of #bceabf

RGB 188234191
HSL0.340.520.83
HSV124°20°92°
CMYK 0.200.000.18   0.08
XYZ59.565873.298660.2988
Yxy73.29860.30840.3795
Hunter Lab85.6146-25.635318.1720
CIE-Lab88.5899-22.937816.0872

#bceabf color RGB value is (188,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 10111111
Octal 274 352 277
Decimal 188 234 191
Hex BC EA BF

RGB Percentages of Color #bceabf

%30.67
%38.17
%31.16

CMYK Percentages of Color #bceabf

%20
%0
%18
%8

Triadic Colors of #bceabf

#bceabf #bfbcea #eabfbc

Analogous Colors of #bceabf

#bceabf #bcead6 #d0eabc

Monochromatic Colors of #bceabf

#bceabf

Complementary Color

#bceabf #eabce7

#bceabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceabf Color CSS Codes

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

#bceabf Text Font Color

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

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


#bceabf Background Color

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

This div background color is #bceabf


#bceabf Border Color

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

This div border color is #bceabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceabf


Comments

No comments written yet.

Please login to write comment.