Color Hex Logo

#5beccf Color Hex

#5BECCF
(91,236,207)
0 Favorites   0 Comments

Color spaces of #5beccf

RGB 91236207
HSL0.470.790.64
HSV168°61°93°
CMYK 0.610.000.12   0.07
XYZ45.572366.720069.5078
Yxy66.72000.25070.3670
Hunter Lab81.6823-43.35516.7246
CIE-Lab85.3623-45.56372.5542

#5beccf color RGB value is (91,236,207).

#5beccf hex color red value is 91, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5beccf hue: 0.47 , saturation: 0.79 and the lightness value of 5beccf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101100 11001111
Octal 133 354 317
Decimal 91 236 207
Hex 5B EC CF

RGB Percentages of Color #5beccf

%17.04
%44.19
%38.76

CMYK Percentages of Color #5beccf

%61
%0
%12
%7

Triadic Colors of #5beccf

#5beccf #cf5bec #eccf5b

Analogous Colors of #5beccf

#5beccf #5bc1ec #5bec87

Monochromatic Colors of #5beccf

#5beccf

Complementary Color

#5beccf #ec5b78

#5beccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beccf Color CSS Codes

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

#5beccf Text Font Color

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

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


#5beccf Background Color

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

This div background color is #5beccf


#5beccf Border Color

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

This div border color is #5beccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beccf


Comments

No comments written yet.

Please login to write comment.