Color Hex Logo

#5fbeec Color Hex

#5FBEEC
(95,190,236)
0 Favorites   0 Comments

Color spaces of #5fbeec

RGB 95190236
HSL0.550.790.65
HSV200°60°93°
CMYK 0.600.190.00   0.07
XYZ38.273145.315986.0865
Yxy45.31590.22560.2671
Hunter Lab67.3171-16.3188-28.6993
CIE-Lab73.0994-14.8265-31.3164

#5fbeec color RGB value is (95,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11101100
Octal 137 276 354
Decimal 95 190 236
Hex 5F BE EC

RGB Percentages of Color #5fbeec

%18.23
%36.47
%45.30

CMYK Percentages of Color #5fbeec

%60
%19
%0
%7

Triadic Colors of #5fbeec

#5fbeec #ec5fbe #beec5f

Analogous Colors of #5fbeec

#5fbeec #5f78ec #5fecd4

Monochromatic Colors of #5fbeec

#5fbeec

Complementary Color

#5fbeec #ec8d5f

#5fbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeec Color CSS Codes

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

#5fbeec Text Font Color

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

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


#5fbeec Background Color

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

This div background color is #5fbeec


#5fbeec Border Color

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

This div border color is #5fbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeec


Comments

No comments written yet.

Please login to write comment.