Color Hex Logo

#5fbeed Color Hex

#5FBEED
(95,190,237)
0 Favorites   0 Comments

Color spaces of #5fbeed

RGB 95190237
HSL0.560.800.65
HSV200°60°93°
CMYK 0.600.200.00   0.07
XYZ38.418845.374286.8540
Yxy45.37420.22510.2659
Hunter Lab67.3604-16.0737-29.2959
CIE-Lab73.1376-14.5232-31.7985

#5fbeed color RGB value is (95,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11101101
Octal 137 276 355
Decimal 95 190 237
Hex 5F BE ED

RGB Percentages of Color #5fbeed

%18.20
%36.40
%45.40

CMYK Percentages of Color #5fbeed

%60
%20
%0
%7

Triadic Colors of #5fbeed

#5fbeed #ed5fbe #beed5f

Analogous Colors of #5fbeed

#5fbeed #5f77ed #5fedd5

Monochromatic Colors of #5fbeed

#5fbeed

Complementary Color

#5fbeed #ed8e5f

#5fbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeed Color CSS Codes

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

#5fbeed Text Font Color

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

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


#5fbeed Background Color

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

This div background color is #5fbeed


#5fbeed Border Color

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

This div border color is #5fbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeed


Comments

No comments written yet.

Please login to write comment.