Color Hex Logo

#b3efdc Color Hex

#B3EFDC
(179,239,220)
0 Favorites   0 Comments

Color spaces of #b3efdc

RGB 179239220
HSL0.450.650.82
HSV161°25°94°
CMYK 0.250.000.08   0.06
XYZ62.375276.484079.1855
Yxy76.48400.28610.3508
Hunter Lab87.4551-25.73587.5350
CIE-Lab90.0836-22.75213.0466

#b3efdc color RGB value is (179,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101111 11011100
Octal 263 357 334
Decimal 179 239 220
Hex B3 EF DC

RGB Percentages of Color #b3efdc

%28.06
%37.46
%34.48

CMYK Percentages of Color #b3efdc

%25
%0
%8
%6

Triadic Colors of #b3efdc

#b3efdc #dcb3ef #efdcb3

Analogous Colors of #b3efdc

#b3efdc #b3e4ef #b3efbe

Monochromatic Colors of #b3efdc

#b3efdc

Complementary Color

#b3efdc #efb3c6

#b3efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3efdc Color CSS Codes

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

#b3efdc Text Font Color

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

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


#b3efdc Background Color

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

This div background color is #b3efdc


#b3efdc Border Color

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

This div border color is #b3efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3efdc


Comments

No comments written yet.

Please login to write comment.