Color Hex Logo

#50dffd Color Hex

#50DFFD
(80,223,253)
0 Favorites   0 Comments

Color spaces of #50dffd

RGB 80223253
HSL0.530.980.65
HSV190°68°99°
CMYK 0.680.120.00   0.01
XYZ47.425661.5727102.3136
Yxy61.57270.22440.2914
Hunter Lab78.4683-29.4355-22.3795
CIE-Lab82.6857-28.7917-25.7463

#50dffd color RGB value is (80,223,253).

#50dffd hex color red value is 80, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #50dffd hue: 0.53 , saturation: 0.98 and the lightness value of 50dffd is 0.65.

The process color (four color CMYK) of #50dffd color hex is 0.68, 0.12, 0.00, 0.01. Web safe color of #50dffd is #66ccff. Color #50dffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 11111101
Octal 120 337 375
Decimal 80 223 253
Hex 50 DF FD

RGB Percentages of Color #50dffd

%14.39
%40.11
%45.50

CMYK Percentages of Color #50dffd

%68
%12
%0
%1

Triadic Colors of #50dffd

#50dffd #fd50df #dffd50

Analogous Colors of #50dffd

#50dffd #5089fd #50fdc5

Monochromatic Colors of #50dffd

#50dffd

Complementary Color

#50dffd #fd6e50

#50dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dffd Color CSS Codes

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

#50dffd Text Font Color

<p style="color:#50dffd">Text here</p>

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


#50dffd Background Color

<div style="background-color:#50dffd">
Div content here</div>

This div background color is #50dffd


#50dffd Border Color

<div style="border:3px solid #50dffd">
Div here</div>

This div border color is #50dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dffd


Comments

No comments written yet.

Please login to write comment.