Color Hex Logo

#81efff Color Hex

#81EFFF
(129,239,255)
0 Favorites   0 Comments

Color spaces of #81efff

RGB 129239255
HSL0.521.000.75
HSV188°49°100°
CMYK 0.490.060.00   0.00
XYZ57.969873.6201105.7625
Yxy73.62010.24420.3102
Hunter Lab85.8022-29.5553-13.0213
CIE-Lab88.7426-27.4522-17.4801

#81efff color RGB value is (129,239,255).

#81efff hex color red value is 129, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #81efff hue: 0.52 , saturation: 1.00 and the lightness value of 81efff is 0.75.

The process color (four color CMYK) of #81efff color hex is 0.49, 0.06, 0.00, 0.00. Web safe color of #81efff is #99ffff. Color #81efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11101111 11111111
Octal 201 357 377
Decimal 129 239 255
Hex 81 EF FF

RGB Percentages of Color #81efff

%20.71
%38.36
%40.93

CMYK Percentages of Color #81efff

%49
%6
%0
%0

Triadic Colors of #81efff

#81efff #ff81ef #efff81

Analogous Colors of #81efff

#81efff #81b0ff #81ffd0

Monochromatic Colors of #81efff

#81efff

Complementary Color

#81efff #ff9181

#81efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#81efff Color CSS Codes

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

#81efff Text Font Color

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

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


#81efff Background Color

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

This div background color is #81efff


#81efff Border Color

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

This div border color is #81efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81efff

Related Colors

#81efff Color Palettes


Comments

No comments written yet.

Please login to write comment.