Color Hex Logo

#3cbddd Color Hex

#3CBDDD
(60,189,221)
0 Favorites   0 Comments

Color spaces of #3cbddd

RGB 60189221
HSL0.530.700.55
HSV192°73°87°
CMYK 0.730.140.00   0.13
XYZ33.112242.576374.8795
Yxy42.57630.21990.2828
Hunter Lab65.2505-23.6063-22.3640
CIE-Lab71.2664-24.3290-26.0757

#3cbddd color RGB value is (60,189,221).

#3cbddd hex color red value is 60, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3cbddd hue: 0.53 , saturation: 0.70 and the lightness value of 3cbddd is 0.55.

The process color (four color CMYK) of #3cbddd color hex is 0.73, 0.14, 0.00, 0.13. Web safe color of #3cbddd is #33cccc. Color #3cbddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111101 11011101
Octal 74 275 335
Decimal 60 189 221
Hex 3C BD DD

RGB Percentages of Color #3cbddd

%12.77
%40.21
%47.02

CMYK Percentages of Color #3cbddd

%73
%14
%0
%13

Triadic Colors of #3cbddd

#3cbddd #dd3cbd #bddd3c

Analogous Colors of #3cbddd

#3cbddd #3c6ddd #3cddad

Monochromatic Colors of #3cbddd

#3cbddd

Complementary Color

#3cbddd #dd5c3c

#3cbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbddd Color CSS Codes

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

#3cbddd Text Font Color

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

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


#3cbddd Background Color

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

This div background color is #3cbddd


#3cbddd Border Color

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

This div border color is #3cbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbddd


Comments

No comments written yet.

Please login to write comment.