Color Hex Logo

#b3fefd Color Hex

#B3FEFD
(179,254,253)
0 Favorites   0 Comments

Color spaces of #b3fefd

RGB 179254253
HSL0.500.970.85
HSV179°30°100°
CMYK 0.300.000.00   0.00
XYZ71.761887.5592106.0469
Yxy87.55920.27040.3300
Hunter Lab93.5731-26.8601-1.6925
CIE-Lab94.9750-23.0504-6.9120

#b3fefd color RGB value is (179,254,253).

#b3fefd hex color red value is 179, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b3fefd hue: 0.50 , saturation: 0.97 and the lightness value of b3fefd is 0.85.

The process color (four color CMYK) of #b3fefd color hex is 0.30, 0.00, 0.00, 0.00. Web safe color of #b3fefd is #ccffff. Color #b3fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111110 11111101
Octal 263 376 375
Decimal 179 254 253
Hex B3 FE FD

RGB Percentages of Color #b3fefd

%26.09
%37.03
%36.88

CMYK Percentages of Color #b3fefd

%30
%0
%0
%0

Triadic Colors of #b3fefd

#b3fefd #fdb3fe #fefdb3

Analogous Colors of #b3fefd

#b3fefd #b3dafe #b3fed8

Monochromatic Colors of #b3fefd

#b3fefd

Complementary Color

#b3fefd #feb3b4

#b3fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fefd Color CSS Codes

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

#b3fefd Text Font Color

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

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


#b3fefd Background Color

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

This div background color is #b3fefd


#b3fefd Border Color

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

This div border color is #b3fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fefd


Comments

No comments written yet.

Please login to write comment.