color codes Logo

#05bdfd color codes

#05BDFD
(5,189,253)
0 Favorites   0 Comments

Color spaces of #05bdfd

RGB 5189253
HSL0.540.980.51
HSV195°98°99°
CMYK 0.980.250.00   0.01
XYZ35.989843.519399.4317
Yxy43.51930.20110.2432
Hunter Lab65.9692-18.0645-43.1862
CIE-Lab71.9060-17.1760-42.4751

#05bdfd color RGB value is (5,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111101 11111101
Octal 5 275 375
Decimal 5 189 253
Hex 5 BD FD

RGB Percentages of Color #05bdfd

%1.12
%42.28
%56.60

CMYK Percentages of Color #05bdfd

%98
%25
%0
%1

Triadic Colors of #05bdfd

#05bdfd #fd05bd #bdfd05

Analogous Colors of #05bdfd

#05bdfd #0541fd #05fdc1

Monochromatic Colors of #05bdfd

#05bdfd

Complementary Color

#05bdfd #fd4505

#05bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bdfd Color CSS Codes

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

#05bdfd Text Font Color

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

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


#05bdfd Background Color

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

This div background color is #05bdfd


#05bdfd Border Color

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

This div border color is #05bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bdfd


Comments

No comments written yet.

Please login to write comment.