Color Hex Logo

#80defd Color Hex

#80DEFD
(128,222,253)
0 Favorites   0 Comments

Color spaces of #80defd

RGB 128222253
HSL0.540.970.75
HSV195°49°99°
CMYK 0.490.120.00   0.01
XYZ52.753063.9236102.4866
Yxy63.92360.24070.2917
Hunter Lab79.9522-22.1410-20.0342
CIE-Lab83.9260-19.8122-23.7182

#80defd color RGB value is (128,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11111101
Octal 200 336 375
Decimal 128 222 253
Hex 80 DE FD

RGB Percentages of Color #80defd

%21.23
%36.82
%41.96

CMYK Percentages of Color #80defd

%49
%12
%0
%1

Triadic Colors of #80defd

#80defd #fd80de #defd80

Analogous Colors of #80defd

#80defd #80a0fd #80fdde

Monochromatic Colors of #80defd

#80defd

Complementary Color

#80defd #fd9f80

#80defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80defd Color CSS Codes

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

#80defd Text Font Color

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

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


#80defd Background Color

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

This div background color is #80defd


#80defd Border Color

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

This div border color is #80defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80defd

Related Colors


Comments

No comments written yet.

Please login to write comment.