Color Hex Logo

#3bccec Color Hex

#3BCCEC
(59,204,236)
0 Favorites   0 Comments

Color spaces of #3bccec

RGB 59204236
HSL0.530.820.58
HSV191°75°93°
CMYK 0.750.140.00   0.07
XYZ38.536850.171787.0099
Yxy50.17170.21930.2855
Hunter Lab70.8320-26.8414-23.2494
CIE-Lab76.1745-27.2353-26.6734

#3bccec color RGB value is (59,204,236).

#3bccec hex color red value is 59, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3bccec hue: 0.53 , saturation: 0.82 and the lightness value of 3bccec is 0.58.

The process color (four color CMYK) of #3bccec color hex is 0.75, 0.14, 0.00, 0.07. Web safe color of #3bccec is #33ccff. Color #3bccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 11101100
Octal 73 314 354
Decimal 59 204 236
Hex 3B CC EC

RGB Percentages of Color #3bccec

%11.82
%40.88
%47.29

CMYK Percentages of Color #3bccec

%75
%14
%0
%7

Triadic Colors of #3bccec

#3bccec #ec3bcc #ccec3b

Analogous Colors of #3bccec

#3bccec #3b74ec #3becb4

Monochromatic Colors of #3bccec

#3bccec

Complementary Color

#3bccec #ec5b3b

#3bccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bccec Color CSS Codes

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

#3bccec Text Font Color

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

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


#3bccec Background Color

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

This div background color is #3bccec


#3bccec Border Color

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

This div border color is #3bccec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,204,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bccec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bccec;
  -webkit-box-shadow: 1px 1px 3px 2px #3bccec;
  box-shadow:         1px 1px 3px 2px #3bccec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,204,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bccec


Comments

No comments written yet.

Please login to write comment.