Color Hex Logo

#3cbbda Color Hex

#3CBBDA
(60,187,218)
0 Favorites   0 Comments

Color spaces of #3cbbda

RGB 60187218
HSL0.530.680.55
HSV192°72°85°
CMYK 0.720.140.00   0.15
XYZ32.288741.563372.6504
Yxy41.56330.22040.2837
Hunter Lab64.4696-23.4226-21.6848
CIE-Lab70.5688-24.2629-25.5091

#3cbbda color RGB value is (60,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 11011010
Octal 74 273 332
Decimal 60 187 218
Hex 3C BB DA

RGB Percentages of Color #3cbbda

%12.90
%40.22
%46.88

CMYK Percentages of Color #3cbbda

%72
%14
%0
%15

Triadic Colors of #3cbbda

#3cbbda #da3cbb #bbda3c

Analogous Colors of #3cbbda

#3cbbda #3c6cda #3cdaaa

Monochromatic Colors of #3cbbda

#3cbbda

Complementary Color

#3cbbda #da5b3c

#3cbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbda Color CSS Codes

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

#3cbbda Text Font Color

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

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


#3cbbda Background Color

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

This div background color is #3cbbda


#3cbbda Border Color

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

This div border color is #3cbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbda


Comments

No comments written yet.

Please login to write comment.