Color Hex Logo

#81caeb Color Hex

#81CAEB
(129,202,235)
0 Favorites   0 Comments

Color spaces of #81caeb

RGB 129202235
HSL0.550.730.71
HSV199°45°92°
CMYK 0.450.140.00   0.08
XYZ45.169252.906386.4285
Yxy52.90630.24480.2867
Hunter Lab72.7367-16.4415-19.5349
CIE-Lab77.8196-14.2093-23.4227

#81caeb color RGB value is (129,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001010 11101011
Octal 201 312 353
Decimal 129 202 235
Hex 81 CA EB

RGB Percentages of Color #81caeb

%22.79
%35.69
%41.52

CMYK Percentages of Color #81caeb

%45
%14
%0
%8

Triadic Colors of #81caeb

#81caeb #eb81ca #caeb81

Analogous Colors of #81caeb

#81caeb #8195eb #81ebd7

Monochromatic Colors of #81caeb

#81caeb

Complementary Color

#81caeb #eba281

#81caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81caeb Color CSS Codes

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

#81caeb Text Font Color

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

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


#81caeb Background Color

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

This div background color is #81caeb


#81caeb Border Color

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

This div border color is #81caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81caeb


Comments

No comments written yet.

Please login to write comment.