Color Hex Logo

#80adfd Color Hex

#80ADFD
(128,173,253)
0 Favorites   0 Comments

Color spaces of #80adfd

RGB 128173253
HSL0.610.970.75
HSV218°49°99°
CMYK 0.490.320.00   0.01
XYZ41.575341.568298.7607
Yxy41.56820.22860.2285
Hunter Lab64.47342.2762-45.6893
CIE-Lab70.57226.3940-44.3373

#80adfd color RGB value is (128,173,253).

#80adfd hex color red value is 128, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #80adfd hue: 0.61 , saturation: 0.97 and the lightness value of 80adfd is 0.75.

The process color (four color CMYK) of #80adfd color hex is 0.49, 0.32, 0.00, 0.01. Web safe color of #80adfd is #9999ff. Color #80adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11111101
Octal 200 255 375
Decimal 128 173 253
Hex 80 AD FD

RGB Percentages of Color #80adfd

%23.10
%31.23
%45.67

CMYK Percentages of Color #80adfd

%49
%32
%0
%1

Triadic Colors of #80adfd

#80adfd #fd80ad #adfd80

Analogous Colors of #80adfd

#80adfd #9280fd #80ecfd

Monochromatic Colors of #80adfd

#80adfd

Complementary Color

#80adfd #fdd080

#80adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adfd Color CSS Codes

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

#80adfd Text Font Color

<p style="color:#80adfd">Text here</p>

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


#80adfd Background Color

<div style="background-color:#80adfd">
Div content here</div>

This div background color is #80adfd


#80adfd Border Color

<div style="border:3px solid #80adfd">
Div here</div>

This div border color is #80adfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,173,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80adfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80adfd;
  -webkit-box-shadow: 1px 1px 3px 2px #80adfd;
  box-shadow:         1px 1px 3px 2px #80adfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,173,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 #80adfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.