Color Hex Logo

#b5fefc Color Hex

#B5FEFC
(181,254,252)
0 Favorites   0 Comments

Color spaces of #b5fefc

RGB 181254252
HSL0.500.970.85
HSV178°29°100°
CMYK 0.290.000.01   0.00
XYZ72.068687.7357105.2317
Yxy87.73570.27190.3310
Hunter Lab93.6673-26.5781-1.0429
CIE-Lab95.0495-22.7237-6.2742

#b5fefc color RGB value is (181,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 11111100
Octal 265 376 374
Decimal 181 254 252
Hex B5 FE FC

RGB Percentages of Color #b5fefc

%26.35
%36.97
%36.68

CMYK Percentages of Color #b5fefc

%29
%0
%1
%0

Triadic Colors of #b5fefc

#b5fefc #fcb5fe #fefcb5

Analogous Colors of #b5fefc

#b5fefc #b5dcfe #b5fed8

Monochromatic Colors of #b5fefc

#b5fefc

Complementary Color

#b5fefc #feb5b7

#b5fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fefc Color CSS Codes

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

#b5fefc Text Font Color

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

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


#b5fefc Background Color

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

This div background color is #b5fefc


#b5fefc Border Color

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

This div border color is #b5fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.