Color Hex Logo

#5beecf Color Hex

#5BEECF
(91,238,207)
0 Favorites   0 Comments

Color spaces of #5beecf

RGB 91238207
HSL0.460.810.65
HSV167°62°93°
CMYK 0.620.000.13   0.07
XYZ46.151467.878269.7009
Yxy67.87820.25120.3694
Hunter Lab82.3882-44.18917.5121
CIE-Lab85.9455-46.42673.4003

#5beecf color RGB value is (91,238,207).

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

The process color (four color CMYK) of #5beecf color hex is 0.62, 0.00, 0.13, 0.07. Web safe color of #5beecf is #66ffcc. Color #5beecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 11001111
Octal 133 356 317
Decimal 91 238 207
Hex 5B EE CF

RGB Percentages of Color #5beecf

%16.98
%44.40
%38.62

CMYK Percentages of Color #5beecf

%62
%0
%13
%7

Triadic Colors of #5beecf

#5beecf #cf5bee #eecf5b

Analogous Colors of #5beecf

#5beecf #5bc4ee #5bee86

Monochromatic Colors of #5beecf

#5beecf

Complementary Color

#5beecf #ee5b7a

#5beecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beecf Color CSS Codes

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

#5beecf Text Font Color

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

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


#5beecf Background Color

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

This div background color is #5beecf


#5beecf Border Color

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

This div border color is #5beecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beecf


Comments

No comments written yet.

Please login to write comment.