Color Hex Logo

#3ccbd3 Color Hex

#3CCBD3
(60,203,211)
0 Favorites   0 Comments

Color spaces of #3ccbd3

RGB 60203211
HSL0.510.630.53
HSV183°72°83°
CMYK 0.720.040.00   0.17
XYZ34.977348.375769.1220
Yxy48.37570.22940.3173
Hunter Lab69.5526-31.9513-10.2361
CIE-Lab75.0613-34.2007-14.8871

#3ccbd3 color RGB value is (60,203,211).

#3ccbd3 hex color red value is 60, green value is 203 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #3ccbd3 hue: 0.51 , saturation: 0.63 and the lightness value of 3ccbd3 is 0.53.

The process color (four color CMYK) of #3ccbd3 color hex is 0.72, 0.04, 0.00, 0.17. Web safe color of #3ccbd3 is #33cccc. Color #3ccbd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001011 11010011
Octal 74 313 323
Decimal 60 203 211
Hex 3C CB D3

RGB Percentages of Color #3ccbd3

%12.66
%42.83
%44.51

CMYK Percentages of Color #3ccbd3

%72
%4
%0
%17

Triadic Colors of #3ccbd3

#3ccbd3 #d33ccb #cbd33c

Analogous Colors of #3ccbd3

#3ccbd3 #3c80d3 #3cd390

Monochromatic Colors of #3ccbd3

#3ccbd3

Complementary Color

#3ccbd3 #d3443c

#3ccbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccbd3 Color CSS Codes

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

#3ccbd3 Text Font Color

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

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


#3ccbd3 Background Color

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

This div background color is #3ccbd3


#3ccbd3 Border Color

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

This div border color is #3ccbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccbd3


Comments

No comments written yet.

Please login to write comment.