Color Hex Logo

#39ebdb Color Hex

#39EBDB
(57,235,219)
0 Favorites   0 Comments

Color spaces of #39ebdb

RGB 57235219
HSL0.490.820.57
HSV175°76°92°
CMYK 0.760.000.07   0.08
XYZ44.181965.401077.3129
Yxy65.40100.23640.3499
Hunter Lab80.8709-44.0048-0.0719
CIE-Lab84.6899-46.6866-4.8237

#39ebdb color RGB value is (57,235,219).

#39ebdb hex color red value is 57, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39ebdb hue: 0.49 , saturation: 0.82 and the lightness value of 39ebdb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11101011 11011011
Octal 71 353 333
Decimal 57 235 219
Hex 39 EB DB

RGB Percentages of Color #39ebdb

%11.15
%45.99
%42.86

CMYK Percentages of Color #39ebdb

%76
%0
%7
%8

Triadic Colors of #39ebdb

#39ebdb #db39eb #ebdb39

Analogous Colors of #39ebdb

#39ebdb #39a2eb #39eb82

Monochromatic Colors of #39ebdb

#39ebdb

Complementary Color

#39ebdb #eb3949

#39ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39ebdb Color CSS Codes

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

#39ebdb Text Font Color

<p style="color:#39ebdb">Text here</p>

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


#39ebdb Background Color

<div style="background-color:#39ebdb">
Div content here</div>

This div background color is #39ebdb


#39ebdb Border Color

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

This div border color is #39ebdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,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 #39ebdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39ebdb


Comments

No comments written yet.

Please login to write comment.