Color Hex Logo

#3ccbd5 Color Hex

#3CCBD5
(60,203,213)
0 Favorites   0 Comments

Color spaces of #3ccbd5

RGB 60203213
HSL0.510.650.54
HSV184°72°84°
CMYK 0.720.050.00   0.16
XYZ35.229748.476670.4509
Yxy48.47660.22850.3145
Hunter Lab69.6251-31.5246-11.2556
CIE-Lab75.1245-33.6136-15.8725

#3ccbd5 color RGB value is (60,203,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001011 11010101
Octal 74 313 325
Decimal 60 203 213
Hex 3C CB D5

RGB Percentages of Color #3ccbd5

%12.61
%42.65
%44.75

CMYK Percentages of Color #3ccbd5

%72
%5
%0
%16

Triadic Colors of #3ccbd5

#3ccbd5 #d53ccb #cbd53c

Analogous Colors of #3ccbd5

#3ccbd5 #3c7fd5 #3cd593

Monochromatic Colors of #3ccbd5

#3ccbd5

Complementary Color

#3ccbd5 #d5463c

#3ccbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccbd5 Color CSS Codes

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

#3ccbd5 Text Font Color

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

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


#3ccbd5 Background Color

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

This div background color is #3ccbd5


#3ccbd5 Border Color

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

This div border color is #3ccbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccbd5


Comments

No comments written yet.

Please login to write comment.