Color Hex Logo

#81ceee Color Hex

#81CEEE
(129,206,238)
0 Favorites   0 Comments

Color spaces of #81ceee

RGB 129206238
HSL0.550.760.72
HSV198°46°93°
CMYK 0.460.130.00   0.07
XYZ46.557254.982889.0478
Yxy54.98280.24430.2885
Hunter Lab74.1504-17.6874-19.2966
CIE-Lab79.0314-15.4758-23.1856

#81ceee color RGB value is (129,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001110 11101110
Octal 201 316 356
Decimal 129 206 238
Hex 81 CE EE

RGB Percentages of Color #81ceee

%22.51
%35.95
%41.54

CMYK Percentages of Color #81ceee

%46
%13
%0
%7

Triadic Colors of #81ceee

#81ceee #ee81ce #ceee81

Analogous Colors of #81ceee

#81ceee #8198ee #81eed8

Monochromatic Colors of #81ceee

#81ceee

Complementary Color

#81ceee #eea181

#81ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ceee Color CSS Codes

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

#81ceee Text Font Color

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

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


#81ceee Background Color

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

This div background color is #81ceee


#81ceee Border Color

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

This div border color is #81ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ceee


Comments

No comments written yet.

Please login to write comment.