Color Hex Logo

#b7eedd Color Hex

#B7EEDD
(183,238,221)
0 Favorites   0 Comments

Color spaces of #b7eedd

RGB 183238221
HSL0.450.620.83
HSV161°23°93°
CMYK 0.230.000.07   0.07
XYZ63.154176.436879.8318
Yxy76.43680.28780.3484
Hunter Lab87.4281-24.05907.0612
CIE-Lab90.0618-20.85692.5210

#b7eedd color RGB value is (183,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101110 11011101
Octal 267 356 335
Decimal 183 238 221
Hex B7 EE DD

RGB Percentages of Color #b7eedd

%28.50
%37.07
%34.42

CMYK Percentages of Color #b7eedd

%23
%0
%7
%7

Triadic Colors of #b7eedd

#b7eedd #ddb7ee #eeddb7

Analogous Colors of #b7eedd

#b7eedd #b7e4ee #b7eec2

Monochromatic Colors of #b7eedd

#b7eedd

Complementary Color

#b7eedd #eeb7c8

#b7eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7eedd Color CSS Codes

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

#b7eedd Text Font Color

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

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


#b7eedd Background Color

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

This div background color is #b7eedd


#b7eedd Border Color

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

This div border color is #b7eedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b7eedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7eedd


Comments

No comments written yet.

Please login to write comment.