Color Hex Logo

#3cbdce Color Hex

#3CBDCE
(60,189,206)
0 Favorites   0 Comments

Color spaces of #3cbdce

RGB 60189206
HSL0.520.600.52
HSV187°71°81°
CMYK 0.710.080.00   0.19
XYZ31.201741.812164.8186
Yxy41.81210.22640.3034
Hunter Lab64.6623-27.0268-14.1697
CIE-Lab70.7412-28.9658-18.6916

#3cbdce color RGB value is (60,189,206).

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

The process color (four color CMYK) of #3cbdce color hex is 0.71, 0.08, 0.00, 0.19. Web safe color of #3cbdce is #33cccc. Color #3cbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111101 11001110
Octal 74 275 316
Decimal 60 189 206
Hex 3C BD CE

RGB Percentages of Color #3cbdce

%13.19
%41.54
%45.27

CMYK Percentages of Color #3cbdce

%71
%8
%0
%19

Triadic Colors of #3cbdce

#3cbdce #ce3cbd #bdce3c

Analogous Colors of #3cbdce

#3cbdce #3c74ce #3cce96

Monochromatic Colors of #3cbdce

#3cbdce

Complementary Color

#3cbdce #ce4d3c

#3cbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbdce Color CSS Codes

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

#3cbdce Text Font Color

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

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


#3cbdce Background Color

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

This div background color is #3cbdce


#3cbdce Border Color

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

This div border color is #3cbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbdce


Comments

No comments written yet.

Please login to write comment.