Color Hex Logo

#5afcbc Color Hex

#5AFCBC
(90,252,188)
0 Favorites   0 Comments

Color spaces of #5afcbc

RGB 90252188
HSL0.430.960.67
HSV156°64°99°
CMYK 0.640.000.25   0.01
XYZ48.104075.425359.6002
Yxy75.42530.26270.4119
Hunter Lab86.8477-53.114420.1050
CIE-Lab89.5918-56.677618.4514

#5afcbc color RGB value is (90,252,188).

#5afcbc hex color red value is 90, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5afcbc hue: 0.43 , saturation: 0.96 and the lightness value of 5afcbc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 10111100
Octal 132 374 274
Decimal 90 252 188
Hex 5A FC BC

RGB Percentages of Color #5afcbc

%16.98
%47.55
%35.47

CMYK Percentages of Color #5afcbc

%64
%0
%25
%1

Triadic Colors of #5afcbc

#5afcbc #bc5afc #fcbc5a

Analogous Colors of #5afcbc

#5afcbc #5aebfc #5afc6b

Monochromatic Colors of #5afcbc

#5afcbc

Complementary Color

#5afcbc #fc5a9a

#5afcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afcbc Color CSS Codes

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

#5afcbc Text Font Color

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

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


#5afcbc Background Color

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

This div background color is #5afcbc


#5afcbc Border Color

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

This div border color is #5afcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,252,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afcbc


Comments

No comments written yet.

Please login to write comment.