Color Hex Logo

#81affd Color Hex

#81AFFD
(129,175,253)
0 Favorites   0 Comments

Color spaces of #81affd

RGB 129175253
HSL0.600.970.75
HSV218°49°99°
CMYK 0.490.310.00   0.01
XYZ42.112942.418998.8966
Yxy42.41890.22960.2313
Hunter Lab65.12981.4409-44.4383
CIE-Lab71.15885.4946-43.4147

#81affd color RGB value is (129,175,253).

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

The process color (four color CMYK) of #81affd color hex is 0.49, 0.31, 0.00, 0.01. Web safe color of #81affd is #9999ff. Color #81affd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11111101
Octal 201 257 375
Decimal 129 175 253
Hex 81 AF FD

RGB Percentages of Color #81affd

%23.16
%31.42
%45.42

CMYK Percentages of Color #81affd

%49
%31
%0
%1

Triadic Colors of #81affd

#81affd #fd81af #affd81

Analogous Colors of #81affd

#81affd #9181fd #81edfd

Monochromatic Colors of #81affd

#81affd

Complementary Color

#81affd #fdcf81

#81affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81affd Color CSS Codes

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

#81affd Text Font Color

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

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


#81affd Background Color

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

This div background color is #81affd


#81affd Border Color

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

This div border color is #81affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81affd

Related Colors


Comments

No comments written yet.

Please login to write comment.