Color Hex Logo

#81ccee Color Hex

#81CCEE
(129,204,238)
0 Favorites   0 Comments

Color spaces of #81ccee

RGB 129204238
HSL0.550.760.72
HSV199°46°93°
CMYK 0.460.140.00   0.07
XYZ46.078754.025988.8884
Yxy54.02590.24380.2859
Hunter Lab73.5023-16.7272-20.2494
CIE-Lab78.4768-14.4406-24.0300

#81ccee color RGB value is (129,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001100 11101110
Octal 201 314 356
Decimal 129 204 238
Hex 81 CC EE

RGB Percentages of Color #81ccee

%22.59
%35.73
%41.68

CMYK Percentages of Color #81ccee

%46
%14
%0
%7

Triadic Colors of #81ccee

#81ccee #ee81cc #ccee81

Analogous Colors of #81ccee

#81ccee #8196ee #81eeda

Monochromatic Colors of #81ccee

#81ccee

Complementary Color

#81ccee #eea381

#81ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ccee Color CSS Codes

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

#81ccee Text Font Color

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

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


#81ccee Background Color

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

This div background color is #81ccee


#81ccee Border Color

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

This div border color is #81ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ccee


Comments

No comments written yet.

Please login to write comment.