Color Hex Logo

#5fbfed Color Hex

#5FBFED
(95,191,237)
0 Favorites   0 Comments

Color spaces of #5fbfed

RGB 95191237
HSL0.550.800.65
HSV199°60°93°
CMYK 0.600.190.00   0.07
XYZ38.636245.808986.9264
Yxy45.80890.22550.2673
Hunter Lab67.6823-16.5478-28.7704
CIE-Lab73.4214-15.0502-31.3608

#5fbfed color RGB value is (95,191,237).

#5fbfed hex color red value is 95, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5fbfed hue: 0.55 , saturation: 0.80 and the lightness value of 5fbfed is 0.65.

The process color (four color CMYK) of #5fbfed color hex is 0.60, 0.19, 0.00, 0.07. Web safe color of #5fbfed is #66ccff. Color #5fbfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111111 11101101
Octal 137 277 355
Decimal 95 191 237
Hex 5F BF ED

RGB Percentages of Color #5fbfed

%18.16
%36.52
%45.32

CMYK Percentages of Color #5fbfed

%60
%19
%0
%7

Triadic Colors of #5fbfed

#5fbfed #ed5fbf #bfed5f

Analogous Colors of #5fbfed

#5fbfed #5f78ed #5fedd4

Monochromatic Colors of #5fbfed

#5fbfed

Complementary Color

#5fbfed #ed8d5f

#5fbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbfed Color CSS Codes

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

#5fbfed Text Font Color

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

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


#5fbfed Background Color

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

This div background color is #5fbfed


#5fbfed Border Color

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

This div border color is #5fbfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,191,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5fbfed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbfed


Comments

No comments written yet.

Please login to write comment.