Color Hex Logo

#3bbddf Color Hex

#3BBDDF
(59,189,223)
0 Favorites   0 Comments

Color spaces of #3bbddf

RGB 59189223
HSL0.530.720.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ33.320542.652776.2887
Yxy42.65270.21880.2801
Hunter Lab65.3090-23.2206-23.5414
CIE-Lab71.3186-23.8177-27.0863

#3bbddf color RGB value is (59,189,223).

#3bbddf hex color red value is 59, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3bbddf hue: 0.53 , saturation: 0.72 and the lightness value of 3bbddf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 11011111
Octal 73 275 337
Decimal 59 189 223
Hex 3B BD DF

RGB Percentages of Color #3bbddf

%12.53
%40.13
%47.35

CMYK Percentages of Color #3bbddf

%74
%15
%0
%13

Triadic Colors of #3bbddf

#3bbddf #df3bbd #bddf3b

Analogous Colors of #3bbddf

#3bbddf #3b6bdf #3bdfaf

Monochromatic Colors of #3bbddf

#3bbddf

Complementary Color

#3bbddf #df5d3b

#3bbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbddf Color CSS Codes

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

#3bbddf Text Font Color

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

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


#3bbddf Background Color

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

This div background color is #3bbddf


#3bbddf Border Color

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

This div border color is #3bbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbddf


Comments

No comments written yet.

Please login to write comment.