Color Hex Logo

#81effd Color Hex

#81EFFD
(129,239,253)
0 Favorites   0 Comments

Color spaces of #81effd

RGB 129239253
HSL0.520.970.75
HSV187°49°99°
CMYK 0.490.060.00   0.01
XYZ57.649473.4920104.0754
Yxy73.49200.24510.3124
Hunter Lab85.7275-29.9867-11.9704
CIE-Lab88.6818-27.9728-16.5261

#81effd color RGB value is (129,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11101111 11111101
Octal 201 357 375
Decimal 129 239 253
Hex 81 EF FD

RGB Percentages of Color #81effd

%20.77
%38.49
%40.74

CMYK Percentages of Color #81effd

%49
%6
%0
%1

Triadic Colors of #81effd

#81effd #fd81ef #effd81

Analogous Colors of #81effd

#81effd #81b1fd #81fdcd

Monochromatic Colors of #81effd

#81effd

Complementary Color

#81effd #fd8f81

#81effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81effd Color CSS Codes

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

#81effd Text Font Color

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

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


#81effd Background Color

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

This div background color is #81effd


#81effd Border Color

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

This div border color is #81effd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,239,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 #81effd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81effd

Related Colors


Comments

No comments written yet.

Please login to write comment.