Color Hex Logo

#3bebdb Color Hex

#3BEBDB
(59,235,219)
0 Favorites   0 Comments

Color spaces of #3bebdb

RGB 59235219
HSL0.480.810.58
HSV175°75°92°
CMYK 0.750.000.07   0.08
XYZ44.298165.460977.3183
Yxy65.46090.23680.3499
Hunter Lab80.9079-43.8578-0.0240
CIE-Lab84.7207-46.4798-4.7748

#3bebdb color RGB value is (59,235,219).

#3bebdb hex color red value is 59, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3bebdb hue: 0.48 , saturation: 0.81 and the lightness value of 3bebdb is 0.58.

The process color (four color CMYK) of #3bebdb color hex is 0.75, 0.00, 0.07, 0.08. Web safe color of #3bebdb is #33ffcc. Color #3bebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101011 11011011
Octal 73 353 333
Decimal 59 235 219
Hex 3B EB DB

RGB Percentages of Color #3bebdb

%11.50
%45.81
%42.69

CMYK Percentages of Color #3bebdb

%75
%0
%7
%8

Triadic Colors of #3bebdb

#3bebdb #db3beb #ebdb3b

Analogous Colors of #3bebdb

#3bebdb #3ba3eb #3beb83

Monochromatic Colors of #3bebdb

#3bebdb

Complementary Color

#3bebdb #eb3b4b

#3bebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bebdb Color CSS Codes

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

#3bebdb Text Font Color

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

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


#3bebdb Background Color

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

This div background color is #3bebdb


#3bebdb Border Color

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

This div border color is #3bebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bebdb


Comments

No comments written yet.

Please login to write comment.