Color Hex Logo

#bbeadf Color Hex

#BBEADF
(187,234,223)
0 Favorites   0 Comments

Color spaces of #bbeadf

RGB 187234223
HSL0.460.530.83
HSV166°20°92°
CMYK 0.200.000.05   0.08
XYZ63.235674.738180.9051
Yxy74.73810.28890.3415
Hunter Lab86.4512-20.72405.0295
CIE-Lab89.2702-17.25730.3516

#bbeadf color RGB value is (187,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11011111
Octal 273 352 337
Decimal 187 234 223
Hex BB EA DF

RGB Percentages of Color #bbeadf

%29.04
%36.34
%34.63

CMYK Percentages of Color #bbeadf

%20
%0
%5
%8

Triadic Colors of #bbeadf

#bbeadf #dfbbea #eadfbb

Analogous Colors of #bbeadf

#bbeadf #bbdeea #bbeac8

Monochromatic Colors of #bbeadf

#bbeadf

Complementary Color

#bbeadf #eabbc6

#bbeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeadf Color CSS Codes

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

#bbeadf Text Font Color

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

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


#bbeadf Background Color

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

This div background color is #bbeadf


#bbeadf Border Color

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

This div border color is #bbeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeadf

#bbeadf Color Palettes


Comments

No comments written yet.

Please login to write comment.