Color Hex Logo

#3bccfc Color Hex

#3BCCFC
(59,204,252)
0 Favorites   0 Comments

Color spaces of #3bccfc

RGB 59204252
HSL0.540.970.61
HSV195°77°99°
CMYK 0.770.190.00   0.01
XYZ40.967251.143899.8080
Yxy51.14380.21350.2665
Hunter Lab71.5149-22.8976-32.6862
CIE-Lab76.7660-22.1632-34.3402

#3bccfc color RGB value is (59,204,252).

#3bccfc hex color red value is 59, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3bccfc hue: 0.54 , saturation: 0.97 and the lightness value of 3bccfc is 0.61.

The process color (four color CMYK) of #3bccfc color hex is 0.77, 0.19, 0.00, 0.01. Web safe color of #3bccfc is #33ccff. Color #3bccfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 11111100
Octal 73 314 374
Decimal 59 204 252
Hex 3B CC FC

RGB Percentages of Color #3bccfc

%11.46
%39.61
%48.93

CMYK Percentages of Color #3bccfc

%77
%19
%0
%1

Triadic Colors of #3bccfc

#3bccfc #fc3bcc #ccfc3b

Analogous Colors of #3bccfc

#3bccfc #3b6cfc #3bfccc

Monochromatic Colors of #3bccfc

#3bccfc

Complementary Color

#3bccfc #fc6b3b

#3bccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bccfc Color CSS Codes

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

#3bccfc Text Font Color

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

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


#3bccfc Background Color

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

This div background color is #3bccfc


#3bccfc Border Color

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

This div border color is #3bccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.