Color Hex Logo

#5dcfca Color Hex

#5DCFCA
(93,207,202)
0 Favorites   0 Comments

Color spaces of #5dcfca

RGB 93207202
HSL0.490.540.59
HSV177°55°81°
CMYK 0.550.000.02   0.19
XYZ37.487751.217163.7872
Yxy51.21710.24580.3359
Hunter Lab71.5661-31.7390-2.7492
CIE-Lab76.8103-33.3649-7.3304

#5dcfca color RGB value is (93,207,202).

#5dcfca hex color red value is 93, green value is 207 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5dcfca hue: 0.49 , saturation: 0.54 and the lightness value of 5dcfca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 11001010
Octal 135 317 312
Decimal 93 207 202
Hex 5D CF CA

RGB Percentages of Color #5dcfca

%18.53
%41.24
%40.24

CMYK Percentages of Color #5dcfca

%55
%0
%2
%19

Triadic Colors of #5dcfca

#5dcfca #ca5dcf #cfca5d

Analogous Colors of #5dcfca

#5dcfca #5d9bcf #5dcf91

Monochromatic Colors of #5dcfca

#5dcfca

Complementary Color

#5dcfca #cf5d62

#5dcfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfca Color CSS Codes

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

#5dcfca Text Font Color

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

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


#5dcfca Background Color

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

This div background color is #5dcfca


#5dcfca Border Color

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

This div border color is #5dcfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfca


Comments

No comments written yet.

Please login to write comment.