Color Hex Logo

#5fbdfd Color Hex

#5FBDFD
(95,189,253)
0 Favorites   0 Comments

Color spaces of #5fbdfd

RGB 95189253
HSL0.570.980.68
HSV204°62°99°
CMYK 0.620.250.00   0.01
XYZ40.646545.919999.6496
Yxy45.91990.21830.2466
Hunter Lab67.7642-11.5191-39.7530
CIE-Lab73.4935-9.0457-39.8796

#5fbdfd color RGB value is (95,189,253).

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

The process color (four color CMYK) of #5fbdfd color hex is 0.62, 0.25, 0.00, 0.01. Web safe color of #5fbdfd is #66ccff. Color #5fbdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11111101
Octal 137 275 375
Decimal 95 189 253
Hex 5F BD FD

RGB Percentages of Color #5fbdfd

%17.69
%35.20
%47.11

CMYK Percentages of Color #5fbdfd

%62
%25
%0
%1

Triadic Colors of #5fbdfd

#5fbdfd #fd5fbd #bdfd5f

Analogous Colors of #5fbdfd

#5fbdfd #5f6efd #5ffdee

Monochromatic Colors of #5fbdfd

#5fbdfd

Complementary Color

#5fbdfd #fd9f5f

#5fbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdfd Color CSS Codes

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

#5fbdfd Text Font Color

<p style="color:#5fbdfd">Text here</p>

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


#5fbdfd Background Color

<div style="background-color:#5fbdfd">
Div content here</div>

This div background color is #5fbdfd


#5fbdfd Border Color

<div style="border:3px solid #5fbdfd">
Div here</div>

This div border color is #5fbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.