Color Hex Logo

#81afeb Color Hex

#81AFEB
(129,175,235)
0 Favorites   0 Comments

Color spaces of #81afeb

RGB 129175235
HSL0.590.730.71
HSV214°45°92°
CMYK 0.450.260.00   0.08
XYZ39.378641.325284.4984
Yxy41.32520.23840.2501
Hunter Lab64.2847-3.1552-32.9339
CIE-Lab70.40320.3165-34.8208

#81afeb color RGB value is (129,175,235).

#81afeb hex color red value is 129, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #81afeb hue: 0.59 , saturation: 0.73 and the lightness value of 81afeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11101011
Octal 201 257 353
Decimal 129 175 235
Hex 81 AF EB

RGB Percentages of Color #81afeb

%23.93
%32.47
%43.60

CMYK Percentages of Color #81afeb

%45
%26
%0
%8

Triadic Colors of #81afeb

#81afeb #eb81af #afeb81

Analogous Colors of #81afeb

#81afeb #8881eb #81e4eb

Monochromatic Colors of #81afeb

#81afeb

Complementary Color

#81afeb #ebbd81

#81afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afeb Color CSS Codes

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

#81afeb Text Font Color

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

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


#81afeb Background Color

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

This div background color is #81afeb


#81afeb Border Color

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

This div border color is #81afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afeb


Comments

No comments written yet.

Please login to write comment.