Color Hex Logo

#3cbfad Color Hex

#3CBFAD
(60,191,173)
0 Favorites   0 Comments

Color spaces of #3cbfad

RGB 60191173
HSL0.480.520.49
HSV172°69°75°
CMYK 0.690.000.09   0.25
XYZ28.037141.239446.0175
Yxy41.23940.24320.3577
Hunter Lab64.2179-34.44952.4663
CIE-Lab70.3433-39.3300-1.2219

#3cbfad color RGB value is (60,191,173).

#3cbfad hex color red value is 60, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3cbfad hue: 0.48 , saturation: 0.52 and the lightness value of 3cbfad is 0.49.

The process color (four color CMYK) of #3cbfad color hex is 0.69, 0.00, 0.09, 0.25. Web safe color of #3cbfad is #33cc99. Color #3cbfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111111 10101101
Octal 74 277 255
Decimal 60 191 173
Hex 3C BF AD

RGB Percentages of Color #3cbfad

%14.15
%45.05
%40.80

CMYK Percentages of Color #3cbfad

%69
%0
%9
%25

Triadic Colors of #3cbfad

#3cbfad #ad3cbf #bfad3c

Analogous Colors of #3cbfad

#3cbfad #3c90bf #3cbf6c

Monochromatic Colors of #3cbfad

#3cbfad

Complementary Color

#3cbfad #bf3c4e

#3cbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbfad Color CSS Codes

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

#3cbfad Text Font Color

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

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


#3cbfad Background Color

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

This div background color is #3cbfad


#3cbfad Border Color

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

This div border color is #3cbfad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,191,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cbfad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cbfad;
  -webkit-box-shadow: 1px 1px 3px 2px #3cbfad;
  box-shadow:         1px 1px 3px 2px #3cbfad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,191,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbfad


Comments

No comments written yet.

Please login to write comment.