Color Hex Logo

#5afbcf Color Hex

#5AFBCF
(90,251,207)
0 Favorites   0 Comments

Color spaces of #5afbcf

RGB 90251207
HSL0.450.950.67
HSV164°64°98°
CMYK 0.640.000.18   0.02
XYZ49.976175.673071.0038
Yxy75.67300.25410.3848
Hunter Lab86.9902-49.684212.4990
CIE-Lab89.7073-52.07198.8188

#5afbcf color RGB value is (90,251,207).

#5afbcf hex color red value is 90, green value is 251 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5afbcf hue: 0.45 , saturation: 0.95 and the lightness value of 5afbcf is 0.67.

The process color (four color CMYK) of #5afbcf color hex is 0.64, 0.00, 0.18, 0.02. Web safe color of #5afbcf is #66ffcc. Color #5afbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 11001111
Octal 132 373 317
Decimal 90 251 207
Hex 5A FB CF

RGB Percentages of Color #5afbcf

%16.42
%45.80
%37.77

CMYK Percentages of Color #5afbcf

%64
%0
%18
%2

Triadic Colors of #5afbcf

#5afbcf #cf5afb #fbcf5a

Analogous Colors of #5afbcf

#5afbcf #5ad7fb #5afb7f

Monochromatic Colors of #5afbcf

#5afbcf

Complementary Color

#5afbcf #fb5a86

#5afbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbcf Color CSS Codes

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

#5afbcf Text Font Color

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

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


#5afbcf Background Color

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

This div background color is #5afbcf


#5afbcf Border Color

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

This div border color is #5afbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbcf


Comments

No comments written yet.

Please login to write comment.