Color Hex Logo

#3bbedf Color Hex

#3BBEDF
(59,190,223)
0 Favorites   0 Comments

Color spaces of #3bbedf

RGB 59190223
HSL0.530.720.55
HSV192°74°87°
CMYK 0.740.150.00   0.13
XYZ33.536443.084476.3606
Yxy43.08440.21920.2816
Hunter Lab65.6387-23.6678-23.0278
CIE-Lab71.6122-24.3234-26.6359

#3bbedf color RGB value is (59,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 11011111
Octal 73 276 337
Decimal 59 190 223
Hex 3B BE DF

RGB Percentages of Color #3bbedf

%12.50
%40.25
%47.25

CMYK Percentages of Color #3bbedf

%74
%15
%0
%13

Triadic Colors of #3bbedf

#3bbedf #df3bbe #bedf3b

Analogous Colors of #3bbedf

#3bbedf #3b6cdf #3bdfae

Monochromatic Colors of #3bbedf

#3bbedf

Complementary Color

#3bbedf #df5c3b

#3bbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbedf Color CSS Codes

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

#3bbedf Text Font Color

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

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


#3bbedf Background Color

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

This div background color is #3bbedf


#3bbedf Border Color

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

This div border color is #3bbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbedf


Comments

No comments written yet.

Please login to write comment.