Color Hex Logo

#3cabbe Color Hex

#3CABBE
(60,171,190)
0 Favorites   0 Comments

Color spaces of #3cabbe

RGB 60171190
HSL0.520.520.49
HSV189°68°75°
CMYK 0.680.100.00   0.25
XYZ25.720733.804253.8844
Yxy33.80420.22680.2981
Hunter Lab58.1414-22.7822-14.2500
CIE-Lab64.8069-24.8969-18.8746

#3cabbe color RGB value is (60,171,190).

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

The process color (four color CMYK) of #3cabbe color hex is 0.68, 0.10, 0.00, 0.25. Web safe color of #3cabbe is #3399cc. Color #3cabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 10111110
Octal 74 253 276
Decimal 60 171 190
Hex 3C AB BE

RGB Percentages of Color #3cabbe

%14.25
%40.62
%45.13

CMYK Percentages of Color #3cabbe

%68
%10
%0
%25

Triadic Colors of #3cabbe

#3cabbe #be3cab #abbe3c

Analogous Colors of #3cabbe

#3cabbe #3c6abe #3cbe90

Monochromatic Colors of #3cabbe

#3cabbe

Complementary Color

#3cabbe #be4f3c

#3cabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cabbe Color CSS Codes

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

#3cabbe Text Font Color

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

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


#3cabbe Background Color

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

This div background color is #3cabbe


#3cabbe Border Color

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

This div border color is #3cabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cabbe


Comments

No comments written yet.

Please login to write comment.