color codes Logo

#3bcefe color codes

#3BCEFE
(59,206,254)
0 Favorites   0 Comments

Color spaces of #3bcefe

RGB 59206254
HSL0.540.990.61
HSV195°77°100°
CMYK 0.770.190.00   0.00
XYZ41.764352.2282101.6458
Yxy52.22820.21350.2670
Hunter Lab72.2691-23.3157-32.8025
CIE-Lab77.4171-22.5356-34.4029

#3bcefe color RGB value is (59,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001110 11111110
Octal 73 316 376
Decimal 59 206 254
Hex 3B CE FE

RGB Percentages of Color #3bcefe

%11.37
%39.69
%48.94

CMYK Percentages of Color #3bcefe

%77
%19
%0
%0

Triadic Colors of #3bcefe

#3bcefe #fe3bce #cefe3b

Analogous Colors of #3bcefe

#3bcefe #3b6dfe #3bfecd

Monochromatic Colors of #3bcefe

#3bcefe

Complementary Color

#3bcefe #fe6b3b

#3bcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcefe Color CSS Codes

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

#3bcefe Text Font Color

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

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


#3bcefe Background Color

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

This div background color is #3bcefe


#3bcefe Border Color

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

This div border color is #3bcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcefe


Comments

No comments written yet.

Please login to write comment.