Color Hex Logo

#3cbcde Color Hex

#3CBCDE
(60,188,222)
0 Favorites   0 Comments

Color spaces of #3cbcde

RGB 60188222
HSL0.530.710.55
HSV193°73°87°
CMYK 0.730.150.00   0.13
XYZ33.031542.201075.5119
Yxy42.20100.21910.2800
Hunter Lab64.9623-22.9218-23.4448
CIE-Lab71.0093-23.5066-27.0146

#3cbcde color RGB value is (60,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 11011110
Octal 74 274 336
Decimal 60 188 222
Hex 3C BC DE

RGB Percentages of Color #3cbcde

%12.77
%40.00
%47.23

CMYK Percentages of Color #3cbcde

%73
%15
%0
%13

Triadic Colors of #3cbcde

#3cbcde #de3cbc #bcde3c

Analogous Colors of #3cbcde

#3cbcde #3c6bde #3cdeaf

Monochromatic Colors of #3cbcde

#3cbcde

Complementary Color

#3cbcde #de5e3c

#3cbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbcde Color CSS Codes

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

#3cbcde Text Font Color

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

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


#3cbcde Background Color

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

This div background color is #3cbcde


#3cbcde Border Color

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

This div border color is #3cbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbcde


Comments

No comments written yet.

Please login to write comment.