Color Hex Logo

#5fbaed Color Hex

#5FBAED
(95,186,237)
0 Favorites   0 Comments

Color spaces of #5fbaed

RGB 95186237
HSL0.560.800.65
HSV202°60°93°
CMYK 0.600.220.00   0.07
XYZ37.564343.665186.5691
Yxy43.66510.22390.2602
Hunter Lab66.0796-14.1672-31.4186
CIE-Lab72.0041-12.3987-33.5498

#5fbaed color RGB value is (95,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11101101
Octal 137 272 355
Decimal 95 186 237
Hex 5F BA ED

RGB Percentages of Color #5fbaed

%18.34
%35.91
%45.75

CMYK Percentages of Color #5fbaed

%60
%22
%0
%7

Triadic Colors of #5fbaed

#5fbaed #ed5fba #baed5f

Analogous Colors of #5fbaed

#5fbaed #5f73ed #5fedd9

Monochromatic Colors of #5fbaed

#5fbaed

Complementary Color

#5fbaed #ed925f

#5fbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaed Color CSS Codes

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

#5fbaed Text Font Color

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

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


#5fbaed Background Color

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

This div background color is #5fbaed


#5fbaed Border Color

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

This div border color is #5fbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaed


Comments

No comments written yet.

Please login to write comment.