Color Hex Logo

#bbeac4 Color Hex

#BBEAC4
(187,234,196)
0 Favorites   0 Comments

Color spaces of #bbeac4

RGB 187234196
HSL0.370.530.83
HSV131°20°92°
CMYK 0.200.000.16   0.08
XYZ59.880173.396063.2354
Yxy73.39600.30470.3735
Hunter Lab85.6715-25.162416.2072
CIE-Lab88.6362-22.386213.5430

#bbeac4 color RGB value is (187,234,196).

#bbeac4 hex color red value is 187, green value is 234 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bbeac4 hue: 0.37 , saturation: 0.53 and the lightness value of bbeac4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11000100
Octal 273 352 304
Decimal 187 234 196
Hex BB EA C4

RGB Percentages of Color #bbeac4

%30.31
%37.93
%31.77

CMYK Percentages of Color #bbeac4

%20
%0
%16
%8

Triadic Colors of #bbeac4

#bbeac4 #c4bbea #eac4bb

Analogous Colors of #bbeac4

#bbeac4 #bbeadc #caeabb

Monochromatic Colors of #bbeac4

#bbeac4

Complementary Color

#bbeac4 #eabbe1

#bbeac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeac4 Color CSS Codes

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

#bbeac4 Text Font Color

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

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


#bbeac4 Background Color

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

This div background color is #bbeac4


#bbeac4 Border Color

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

This div border color is #bbeac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeac4


Comments

No comments written yet.

Please login to write comment.