Color Hex Logo

#b3efea Color Hex

#B3EFEA
(179,239,234)
0 Favorites   0 Comments

Color spaces of #b3efea

RGB 179239234
HSL0.490.650.82
HSV175°25°94°
CMYK 0.250.000.02   0.06
XYZ64.308277.257289.3646
Yxy77.25720.27850.3345
Hunter Lab87.8961-23.22061.2467
CIE-Lab90.4399-19.8449-3.7373

#b3efea color RGB value is (179,239,234).

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

The process color (four color CMYK) of #b3efea color hex is 0.25, 0.00, 0.02, 0.06. Web safe color of #b3efea is #ccffff. Color #b3efea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101111 11101010
Octal 263 357 352
Decimal 179 239 234
Hex B3 EF EA

RGB Percentages of Color #b3efea

%27.45
%36.66
%35.89

CMYK Percentages of Color #b3efea

%25
%0
%2
%6

Triadic Colors of #b3efea

#b3efea #eab3ef #efeab3

Analogous Colors of #b3efea

#b3efea #b3d6ef #b3efcc

Monochromatic Colors of #b3efea

#b3efea

Complementary Color

#b3efea #efb3b8

#b3efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3efea Color CSS Codes

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

#b3efea Text Font Color

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

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


#b3efea Background Color

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

This div background color is #b3efea


#b3efea Border Color

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

This div border color is #b3efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3efea

#b3efea Color Palettes


Comments

No comments written yet.

Please login to write comment.