Color Hex Logo

#bbeadc Color Hex

#BBEADC
(187,234,220)
0 Favorites   0 Comments

Color spaces of #bbeadc

RGB 187234220
HSL0.450.530.83
HSV162°20°92°
CMYK 0.200.000.06   0.08
XYZ62.834674.577778.7934
Yxy74.57770.29060.3449
Hunter Lab86.3584-21.25016.3547
CIE-Lab89.1948-17.85711.8116

#bbeadc color RGB value is (187,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11011100
Octal 273 352 334
Decimal 187 234 220
Hex BB EA DC

RGB Percentages of Color #bbeadc

%29.17
%36.51
%34.32

CMYK Percentages of Color #bbeadc

%20
%0
%6
%8

Triadic Colors of #bbeadc

#bbeadc #dcbbea #eadcbb

Analogous Colors of #bbeadc

#bbeadc #bbe1ea #bbeac5

Monochromatic Colors of #bbeadc

#bbeadc

Complementary Color

#bbeadc #eabbc9

#bbeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeadc Color CSS Codes

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

#bbeadc Text Font Color

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

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


#bbeadc Background Color

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

This div background color is #bbeadc


#bbeadc Border Color

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

This div border color is #bbeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeadc


Comments

No comments written yet.

Please login to write comment.