Color Hex Logo

#3dc6ca Color Hex

#3DC6CA
(61,198,202)
0 Favorites   0 Comments

Color spaces of #3dc6ca

RGB 61198202
HSL0.500.570.52
HSV182°70°79°
CMYK 0.700.020.00   0.21
XYZ32.779245.644562.9597
Yxy45.64450.23180.3228
Hunter Lab67.5607-31.6264-7.9597
CIE-Lab73.3143-34.3391-12.6313

#3dc6ca color RGB value is (61,198,202).

#3dc6ca hex color red value is 61, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3dc6ca hue: 0.50 , saturation: 0.57 and the lightness value of 3dc6ca is 0.52.

The process color (four color CMYK) of #3dc6ca color hex is 0.70, 0.02, 0.00, 0.21. Web safe color of #3dc6ca is #33cccc. Color #3dc6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000110 11001010
Octal 75 306 312
Decimal 61 198 202
Hex 3D C6 CA

RGB Percentages of Color #3dc6ca

%13.23
%42.95
%43.82

CMYK Percentages of Color #3dc6ca

%70
%2
%0
%21

Triadic Colors of #3dc6ca

#3dc6ca #ca3dc6 #c6ca3d

Analogous Colors of #3dc6ca

#3dc6ca #3d80ca #3dca88

Monochromatic Colors of #3dc6ca

#3dc6ca

Complementary Color

#3dc6ca #ca413d

#3dc6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc6ca Color CSS Codes

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

#3dc6ca Text Font Color

<p style="color:#3dc6ca">Text here</p>

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


#3dc6ca Background Color

<div style="background-color:#3dc6ca">
Div content here</div>

This div background color is #3dc6ca


#3dc6ca Border Color

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

This div border color is #3dc6ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,198,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dc6ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dc6ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3dc6ca;
  box-shadow:         1px 1px 3px 2px #3dc6ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,198,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 #3dc6ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc6ca


Comments

No comments written yet.

Please login to write comment.