Color Hex Logo

#81dafd Color Hex

#81DAFD
(129,218,253)
0 Favorites   0 Comments

Color spaces of #81dafd

RGB 129218253
HSL0.550.970.75
HSV197°49°99°
CMYK 0.490.140.00   0.01
XYZ51.854361.9018102.1437
Yxy61.90180.24020.2867
Hunter Lab78.6777-20.0415-21.8991
CIE-Lab82.8612-17.5692-25.3352

#81dafd color RGB value is (129,218,253).

#81dafd hex color red value is 129, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #81dafd hue: 0.55 , saturation: 0.97 and the lightness value of 81dafd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011010 11111101
Octal 201 332 375
Decimal 129 218 253
Hex 81 DA FD

RGB Percentages of Color #81dafd

%21.50
%36.33
%42.17

CMYK Percentages of Color #81dafd

%49
%14
%0
%1

Triadic Colors of #81dafd

#81dafd #fd81da #dafd81

Analogous Colors of #81dafd

#81dafd #819cfd #81fde2

Monochromatic Colors of #81dafd

#81dafd

Complementary Color

#81dafd #fda481

#81dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dafd Color CSS Codes

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

#81dafd Text Font Color

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

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


#81dafd Background Color

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

This div background color is #81dafd


#81dafd Border Color

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

This div border color is #81dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.