Color Hex Logo

#3bdefc Color Hex

#3BDEFC
(59,222,252)
0 Favorites   0 Comments

Color spaces of #3bdefc

RGB 59222252
HSL0.530.970.61
HSV189°77°99°
CMYK 0.770.120.00   0.01
XYZ45.495660.2006101.3175
Yxy60.20060.21980.2908
Hunter Lab77.5890-31.1144-23.1099
CIE-Lab81.9471-31.0625-26.3819

#3bdefc color RGB value is (59,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011110 11111100
Octal 73 336 374
Decimal 59 222 252
Hex 3B DE FC

RGB Percentages of Color #3bdefc

%11.07
%41.65
%47.28

CMYK Percentages of Color #3bdefc

%77
%12
%0
%1

Triadic Colors of #3bdefc

#3bdefc #fc3bde #defc3b

Analogous Colors of #3bdefc

#3bdefc #3b7efc #3bfcba

Monochromatic Colors of #3bdefc

#3bdefc

Complementary Color

#3bdefc #fc593b

#3bdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdefc Color CSS Codes

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

#3bdefc Text Font Color

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

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


#3bdefc Background Color

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

This div background color is #3bdefc


#3bdefc Border Color

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

This div border color is #3bdefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,222,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 #3bdefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdefc


Comments

No comments written yet.

Please login to write comment.