Color Hex Logo

#5cc3ca Color Hex

#5CC3CA
(92,195,202)
0 Favorites   0 Comments

Color spaces of #5cc3ca

RGB 92195202
HSL0.510.510.58
HSV184°54°79°
CMYK 0.540.030.00   0.21
XYZ34.589445.569862.8499
Yxy45.56980.24190.3186
Hunter Lab67.5054-26.6720-7.9473
CIE-Lab73.2655-27.7898-12.6185

#5cc3ca color RGB value is (92,195,202).

#5cc3ca hex color red value is 92, green value is 195 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5cc3ca hue: 0.51 , saturation: 0.51 and the lightness value of 5cc3ca is 0.58.

The process color (four color CMYK) of #5cc3ca color hex is 0.54, 0.03, 0.00, 0.21. Web safe color of #5cc3ca is #66cccc. Color #5cc3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000011 11001010
Octal 134 303 312
Decimal 92 195 202
Hex 5C C3 CA

RGB Percentages of Color #5cc3ca

%18.81
%39.88
%41.31

CMYK Percentages of Color #5cc3ca

%54
%3
%0
%21

Triadic Colors of #5cc3ca

#5cc3ca #ca5cc3 #c3ca5c

Analogous Colors of #5cc3ca

#5cc3ca #5c8cca #5cca9a

Monochromatic Colors of #5cc3ca

#5cc3ca

Complementary Color

#5cc3ca #ca635c

#5cc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc3ca Color CSS Codes

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

#5cc3ca Text Font Color

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

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


#5cc3ca Background Color

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

This div background color is #5cc3ca


#5cc3ca Border Color

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

This div border color is #5cc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc3ca


Comments

No comments written yet.

Please login to write comment.