Color Hex Logo

#5febee Color Hex

#5FEBEE
(95,235,238)
0 Favorites   0 Comments

Color spaces of #5febee

RGB 95235238
HSL0.500.810.65
HSV181°60°93°
CMYK 0.600.010.00   0.07
XYZ49.860368.022691.3907
Yxy68.02260.23830.3250
Hunter Lab82.4758-36.4215-7.9656
CIE-Lab86.0177-36.4806-12.7662

#5febee color RGB value is (95,235,238).

#5febee hex color red value is 95, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5febee hue: 0.50 , saturation: 0.81 and the lightness value of 5febee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11101110
Octal 137 353 356
Decimal 95 235 238
Hex 5F EB EE

RGB Percentages of Color #5febee

%16.73
%41.37
%41.90

CMYK Percentages of Color #5febee

%60
%1
%0
%7

Triadic Colors of #5febee

#5febee #ee5feb #ebee5f

Analogous Colors of #5febee

#5febee #5fa4ee #5feeaa

Monochromatic Colors of #5febee

#5febee

Complementary Color

#5febee #ee625f

#5febee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febee Color CSS Codes

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

#5febee Text Font Color

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

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


#5febee Background Color

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

This div background color is #5febee


#5febee Border Color

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

This div border color is #5febee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febee


Comments

No comments written yet.

Please login to write comment.