Color Hex Logo

#81cceb Color Hex

#81CCEB
(129,204,235)
0 Favorites   0 Comments

Color spaces of #81cceb

RGB 129204235
HSL0.550.730.71
HSV198°45°92°
CMYK 0.450.130.00   0.08
XYZ45.641553.851086.5860
Yxy53.85100.24530.2894
Hunter Lab73.3832-17.4007-18.5889
CIE-Lab78.3748-15.2469-22.5780

#81cceb color RGB value is (129,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001100 11101011
Octal 201 314 353
Decimal 129 204 235
Hex 81 CC EB

RGB Percentages of Color #81cceb

%22.71
%35.92
%41.37

CMYK Percentages of Color #81cceb

%45
%13
%0
%8

Triadic Colors of #81cceb

#81cceb #eb81cc #cceb81

Analogous Colors of #81cceb

#81cceb #8197eb #81ebd5

Monochromatic Colors of #81cceb

#81cceb

Complementary Color

#81cceb #eba081

#81cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81cceb Color CSS Codes

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

#81cceb Text Font Color

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

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


#81cceb Background Color

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

This div background color is #81cceb


#81cceb Border Color

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

This div border color is #81cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81cceb


Comments

No comments written yet.

Please login to write comment.