Color Hex Logo

#5acfcb Color Hex

#5ACFCB
(90,207,203)
0 Favorites   0 Comments

Color spaces of #5acfcb

RGB 90207203
HSL0.490.550.58
HSV178°57°81°
CMYK 0.570.000.02   0.19
XYZ37.308851.111164.3990
Yxy51.11110.24410.3345
Hunter Lab71.4920-31.9591-3.3632
CIE-Lab76.7463-33.6729-7.9742

#5acfcb color RGB value is (90,207,203).

#5acfcb hex color red value is 90, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5acfcb hue: 0.49 , saturation: 0.55 and the lightness value of 5acfcb is 0.58.

The process color (four color CMYK) of #5acfcb color hex is 0.57, 0.00, 0.02, 0.19. Web safe color of #5acfcb is #66cccc. Color #5acfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001111 11001011
Octal 132 317 313
Decimal 90 207 203
Hex 5A CF CB

RGB Percentages of Color #5acfcb

%18.00
%41.40
%40.60

CMYK Percentages of Color #5acfcb

%57
%0
%2
%19

Triadic Colors of #5acfcb

#5acfcb #cb5acf #cfcb5a

Analogous Colors of #5acfcb

#5acfcb #5a99cf #5acf91

Monochromatic Colors of #5acfcb

#5acfcb

Complementary Color

#5acfcb #cf5a5e

#5acfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acfcb Color CSS Codes

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

#5acfcb Text Font Color

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

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


#5acfcb Background Color

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

This div background color is #5acfcb


#5acfcb Border Color

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

This div border color is #5acfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acfcb


Comments

No comments written yet.

Please login to write comment.