Color Hex Logo

#81beec Color Hex

#81BEEC
(129,190,236)
0 Favorites   0 Comments

Color spaces of #81beec

RGB 129190236
HSL0.570.740.72
HSV206°45°93°
CMYK 0.450.190.00   0.07
XYZ42.607047.550286.2894
Yxy47.55020.24150.2695
Hunter Lab68.9567-10.3824-25.9233
CIE-Lab74.5403-7.5961-28.9772

#81beec color RGB value is (129,190,236).

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

The process color (four color CMYK) of #81beec color hex is 0.45, 0.19, 0.00, 0.07. Web safe color of #81beec is #99ccff. Color #81beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111110 11101100
Octal 201 276 354
Decimal 129 190 236
Hex 81 BE EC

RGB Percentages of Color #81beec

%23.24
%34.23
%42.52

CMYK Percentages of Color #81beec

%45
%19
%0
%7

Triadic Colors of #81beec

#81beec #ec81be #beec81

Analogous Colors of #81beec

#81beec #8189ec #81ece5

Monochromatic Colors of #81beec

#81beec

Complementary Color

#81beec #ecaf81

#81beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#81beec Color CSS Codes

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

#81beec Text Font Color

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

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


#81beec Background Color

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

This div background color is #81beec


#81beec Border Color

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

This div border color is #81beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81beec


Comments

No comments written yet.

Please login to write comment.