Color Hex Logo

#5fbefd Color Hex

#5FBEFD
(95,190,253)
0 Favorites   0 Comments

Color spaces of #5fbefd

RGB 95190253
HSL0.570.980.68
HSV204°62°99°
CMYK 0.620.250.00   0.01
XYZ40.862446.351799.7216
Yxy46.35170.21860.2480
Hunter Lab68.0821-12.0092-39.1861
CIE-Lab73.7732-9.5852-39.4442

#5fbefd color RGB value is (95,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11111101
Octal 137 276 375
Decimal 95 190 253
Hex 5F BE FD

RGB Percentages of Color #5fbefd

%17.66
%35.32
%47.03

CMYK Percentages of Color #5fbefd

%62
%25
%0
%1

Triadic Colors of #5fbefd

#5fbefd #fd5fbe #befd5f

Analogous Colors of #5fbefd

#5fbefd #5f6ffd #5ffded

Monochromatic Colors of #5fbefd

#5fbefd

Complementary Color

#5fbefd #fd9e5f

#5fbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbefd Color CSS Codes

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

#5fbefd Text Font Color

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

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


#5fbefd Background Color

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

This div background color is #5fbefd


#5fbefd Border Color

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

This div border color is #5fbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbefd


Comments

No comments written yet.

Please login to write comment.