Color Hex Logo

#81fefb Color Hex

#81FEFB
(129,254,251)
0 Favorites   0 Comments

Color spaces of #81fefb

RGB 129254251
HSL0.500.980.75
HSV179°49°100°
CMYK 0.490.000.01   0.00
XYZ61.907782.5158103.9311
Yxy82.51580.24930.3322
Hunter Lab90.8382-37.3162-4.2490
CIE-Lab92.8020-35.5578-9.3312

#81fefb color RGB value is (129,254,251).

#81fefb hex color red value is 129, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #81fefb hue: 0.50 , saturation: 0.98 and the lightness value of 81fefb is 0.75.

The process color (four color CMYK) of #81fefb color hex is 0.49, 0.00, 0.01, 0.00. Web safe color of #81fefb is #99ffff. Color #81fefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11111110 11111011
Octal 201 376 373
Decimal 129 254 251
Hex 81 FE FB

RGB Percentages of Color #81fefb

%20.35
%40.06
%39.59

CMYK Percentages of Color #81fefb

%49
%0
%1
%0

Triadic Colors of #81fefb

#81fefb #fb81fe #fefb81

Analogous Colors of #81fefb

#81fefb #81c3fe #81febd

Monochromatic Colors of #81fefb

#81fefb

Complementary Color

#81fefb #fe8184

#81fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81fefb Color CSS Codes

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

#81fefb Text Font Color

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

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


#81fefb Background Color

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

This div background color is #81fefb


#81fefb Border Color

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

This div border color is #81fefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,254,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81fefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81fefb;
  -webkit-box-shadow: 1px 1px 3px 2px #81fefb;
  box-shadow:         1px 1px 3px 2px #81fefb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.