Color Hex Logo

#81afec Color Hex

#81AFEC
(129,175,236)
0 Favorites   0 Comments

Color spaces of #81afec

RGB 129175236
HSL0.600.740.72
HSV214°45°93°
CMYK 0.450.260.00   0.07
XYZ39.523641.383285.2615
Yxy41.38320.23790.2490
Hunter Lab64.3298-2.9084-33.5510
CIE-Lab70.44360.5993-35.3028

#81afec color RGB value is (129,175,236).

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

The process color (four color CMYK) of #81afec color hex is 0.45, 0.26, 0.00, 0.07. Web safe color of #81afec is #9999ff. Color #81afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11101100
Octal 201 257 354
Decimal 129 175 236
Hex 81 AF EC

RGB Percentages of Color #81afec

%23.89
%32.41
%43.70

CMYK Percentages of Color #81afec

%45
%26
%0
%7

Triadic Colors of #81afec

#81afec #ec81af #afec81

Analogous Colors of #81afec

#81afec #8981ec #81e5ec

Monochromatic Colors of #81afec

#81afec

Complementary Color

#81afec #ecbe81

#81afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afec Color CSS Codes

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

#81afec Text Font Color

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

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


#81afec Background Color

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

This div background color is #81afec


#81afec Border Color

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

This div border color is #81afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afec


Comments

No comments written yet.

Please login to write comment.