Color Hex Logo

#3bcfda Color Hex

#3BCFDA
(59,207,218)
0 Favorites   0 Comments

Color spaces of #3bcfda

RGB 59207218
HSL0.510.680.54
HSV184°73°85°
CMYK 0.730.050.00   0.15
XYZ36.771350.617474.1618
Yxy50.61740.22760.3133
Hunter Lab71.1459-32.2488-12.0012
CIE-Lab76.4467-34.1482-16.5784

#3bcfda color RGB value is (59,207,218).

#3bcfda hex color red value is 59, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3bcfda hue: 0.51 , saturation: 0.68 and the lightness value of 3bcfda is 0.54.

The process color (four color CMYK) of #3bcfda color hex is 0.73, 0.05, 0.00, 0.15. Web safe color of #3bcfda is #33cccc. Color #3bcfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001111 11011010
Octal 73 317 332
Decimal 59 207 218
Hex 3B CF DA

RGB Percentages of Color #3bcfda

%12.19
%42.77
%45.04

CMYK Percentages of Color #3bcfda

%73
%5
%0
%15

Triadic Colors of #3bcfda

#3bcfda #da3bcf #cfda3b

Analogous Colors of #3bcfda

#3bcfda #3b80da #3bda96

Monochromatic Colors of #3bcfda

#3bcfda

Complementary Color

#3bcfda #da463b

#3bcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcfda Color CSS Codes

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

#3bcfda Text Font Color

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

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


#3bcfda Background Color

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

This div background color is #3bcfda


#3bcfda Border Color

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

This div border color is #3bcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcfda


Comments

No comments written yet.

Please login to write comment.