Color Hex Logo

#3cbceb Color Hex

#3CBCEB
(60,188,235)
0 Favorites   0 Comments

Color spaces of #3cbceb

RGB 60188235
HSL0.540.810.58
HSV196°74°92°
CMYK 0.740.200.00   0.08
XYZ34.842142.925385.0463
Yxy42.92530.21400.2636
Hunter Lab65.5174-19.7293-31.1005
CIE-Lab71.5042-19.3309-33.3188

#3cbceb color RGB value is (60,188,235).

#3cbceb hex color red value is 60, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3cbceb hue: 0.54 , saturation: 0.81 and the lightness value of 3cbceb is 0.58.

The process color (four color CMYK) of #3cbceb color hex is 0.74, 0.20, 0.00, 0.08. Web safe color of #3cbceb is #33ccff. Color #3cbceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 11101011
Octal 74 274 353
Decimal 60 188 235
Hex 3C BC EB

RGB Percentages of Color #3cbceb

%12.42
%38.92
%48.65

CMYK Percentages of Color #3cbceb

%74
%20
%0
%8

Triadic Colors of #3cbceb

#3cbceb #eb3cbc #bceb3c

Analogous Colors of #3cbceb

#3cbceb #3c65eb #3cebc3

Monochromatic Colors of #3cbceb

#3cbceb

Complementary Color

#3cbceb #eb6b3c

#3cbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbceb Color CSS Codes

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

#3cbceb Text Font Color

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

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


#3cbceb Background Color

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

This div background color is #3cbceb


#3cbceb Border Color

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

This div border color is #3cbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbceb


Comments

No comments written yet.

Please login to write comment.