Color Hex Logo

#3cbdbe Color Hex

#3CBDBE
(60,189,190)
0 Favorites   0 Comments

Color spaces of #3cbdbe

RGB 60189190
HSL0.500.520.49
HSV180°68°75°
CMYK 0.680.010.00   0.25
XYZ29.355341.073655.0960
Yxy41.07360.23390.3272
Hunter Lab64.0887-30.3947-6.1086
CIE-Lab70.2275-33.6939-10.7057

#3cbdbe color RGB value is (60,189,190).

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

The process color (four color CMYK) of #3cbdbe color hex is 0.68, 0.01, 0.00, 0.25. Web safe color of #3cbdbe is #33cccc. Color #3cbdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111101 10111110
Octal 74 275 276
Decimal 60 189 190
Hex 3C BD BE

RGB Percentages of Color #3cbdbe

%13.67
%43.05
%43.28

CMYK Percentages of Color #3cbdbe

%68
%1
%0
%25

Triadic Colors of #3cbdbe

#3cbdbe #be3cbd #bdbe3c

Analogous Colors of #3cbdbe

#3cbdbe #3c7cbe #3cbe7e

Monochromatic Colors of #3cbdbe

#3cbdbe

Complementary Color

#3cbdbe #be3d3c

#3cbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbdbe Color CSS Codes

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

#3cbdbe Text Font Color

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

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


#3cbdbe Background Color

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

This div background color is #3cbdbe


#3cbdbe Border Color

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

This div border color is #3cbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbdbe


Comments

No comments written yet.

Please login to write comment.