Color Hex Logo

#81cfef Color Hex

#81CFEF
(129,207,239)
0 Favorites   0 Comments

Color spaces of #81cfef

RGB 129207239
HSL0.550.770.72
HSV197°46°94°
CMYK 0.460.130.00   0.06
XYZ46.946155.524889.9044
Yxy55.52480.24400.2886
Hunter Lab74.5150-17.9422-19.3746
CIE-Lab79.3426-15.7230-23.2468

#81cfef color RGB value is (129,207,239).

#81cfef hex color red value is 129, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #81cfef hue: 0.55 , saturation: 0.77 and the lightness value of 81cfef is 0.72.

The process color (four color CMYK) of #81cfef color hex is 0.46, 0.13, 0.00, 0.06. Web safe color of #81cfef is #99ccff. Color #81cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001111 11101111
Octal 201 317 357
Decimal 129 207 239
Hex 81 CF EF

RGB Percentages of Color #81cfef

%22.43
%36.00
%41.57

CMYK Percentages of Color #81cfef

%46
%13
%0
%6

Triadic Colors of #81cfef

#81cfef #ef81cf #cfef81

Analogous Colors of #81cfef

#81cfef #8198ef #81efd8

Monochromatic Colors of #81cfef

#81cfef

Complementary Color

#81cfef #efa181

#81cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81cfef Color CSS Codes

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

#81cfef Text Font Color

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

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


#81cfef Background Color

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

This div background color is #81cfef


#81cfef Border Color

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

This div border color is #81cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81cfef


Comments

No comments written yet.

Please login to write comment.