Color Hex Logo

#b3eede Color Hex

#B3EEDE
(179,238,222)
0 Favorites   0 Comments

Color spaces of #b3eede

RGB 179238222
HSL0.450.630.82
HSV164°25°93°
CMYK 0.250.000.07   0.07
XYZ62.349876.006780.4918
Yxy76.00670.28490.3473
Hunter Lab87.1818-24.91046.2870
CIE-Lab89.8625-21.85791.6817

#b3eede color RGB value is (179,238,222).

#b3eede hex color red value is 179, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3eede hue: 0.45 , saturation: 0.63 and the lightness value of b3eede is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101110 11011110
Octal 263 356 336
Decimal 179 238 222
Hex B3 EE DE

RGB Percentages of Color #b3eede

%28.01
%37.25
%34.74

CMYK Percentages of Color #b3eede

%25
%0
%7
%7

Triadic Colors of #b3eede

#b3eede #deb3ee #eedeb3

Analogous Colors of #b3eede

#b3eede #b3e1ee #b3eec1

Monochromatic Colors of #b3eede

#b3eede

Complementary Color

#b3eede #eeb3c3

#b3eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eede Color CSS Codes

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

#b3eede Text Font Color

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

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


#b3eede Background Color

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

This div background color is #b3eede


#b3eede Border Color

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

This div border color is #b3eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eede


Comments

No comments written yet.

Please login to write comment.