Color Hex Logo

#bbeedd Color Hex

#BBEEDD
(187,238,221)
3 Favorites   2 Comments

Color spaces of #bbeedd

RGB 187238221
HSL0.440.600.83
HSV160°21°93°
CMYK 0.210.000.07   0.07
XYZ64.119276.934379.8770
Yxy76.93430.29020.3482
Hunter Lab87.7122-23.00967.4048
CIE-Lab90.2914-19.63532.8828

#bbeedd color RGB value is (187,238,221).

#bbeedd hex color red value is 187, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbeedd hue: 0.44 , saturation: 0.60 and the lightness value of bbeedd is 0.83.

The process color (four color CMYK) of #bbeedd color hex is 0.21, 0.00, 0.07, 0.07. Web safe color of #bbeedd is #ccffcc. Color #bbeedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11011101
Octal 273 356 335
Decimal 187 238 221
Hex BB EE DD

RGB Percentages of Color #bbeedd

%28.95
%36.84
%34.21

CMYK Percentages of Color #bbeedd

%21
%0
%7
%7

Triadic Colors of #bbeedd

#bbeedd #ddbbee #eeddbb

Analogous Colors of #bbeedd

#bbeedd #bbe6ee #bbeec4

Monochromatic Colors of #bbeedd

#bbeedd

Complementary Color

#bbeedd #eebbcc

#bbeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeedd Color CSS Codes

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

#bbeedd Text Font Color

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

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


#bbeedd Background Color

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

This div background color is #bbeedd


#bbeedd Border Color

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

This div border color is #bbeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeedd


Comments

21 Jan 2023, 23:53 catqueenh_2

bed blue

25 Mar 2021, 19:46 Bit125

The color of beds.

Please login to write comment.