Color Hex Logo

#05ddfd Color Hex

#05DDFD
(5,221,253)
0 Favorites   0 Comments

Color spaces of #05ddfd

RGB 5221253
HSL0.520.980.51
HSV188°98°99°
CMYK 0.980.130.00   0.01
XYZ43.648758.8370101.9847
Yxy58.83700.21350.2878
Hunter Lab76.7053-32.6598-25.1362
CIE-Lab81.2019-33.2163-28.0943

#05ddfd color RGB value is (5,221,253).

#05ddfd hex color red value is 5, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #05ddfd hue: 0.52 , saturation: 0.98 and the lightness value of 05ddfd is 0.51.

The process color (four color CMYK) of #05ddfd color hex is 0.98, 0.13, 0.00, 0.01. Web safe color of #05ddfd is #00ccff. Color #05ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011101 11111101
Octal 5 335 375
Decimal 5 221 253
Hex 5 DD FD

RGB Percentages of Color #05ddfd

%1.04
%46.14
%52.82

CMYK Percentages of Color #05ddfd

%98
%13
%0
%1

Triadic Colors of #05ddfd

#05ddfd #fd05dd #ddfd05

Analogous Colors of #05ddfd

#05ddfd #0561fd #05fda1

Monochromatic Colors of #05ddfd

#05ddfd

Complementary Color

#05ddfd #fd2505

#05ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ddfd Color CSS Codes

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

#05ddfd Text Font Color

<p style="color:#05ddfd">Text here</p>

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


#05ddfd Background Color

<div style="background-color:#05ddfd">
Div content here</div>

This div background color is #05ddfd


#05ddfd Border Color

<div style="border:3px solid #05ddfd">
Div here</div>

This div border color is #05ddfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,221,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05ddfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05ddfd;
  -webkit-box-shadow: 1px 1px 3px 2px #05ddfd;
  box-shadow:         1px 1px 3px 2px #05ddfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,221,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 #05ddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.