Color Hex Logo

#13ebdf Color Hex

#13EBDF
(19,235,223)
0 Favorites   0 Comments

Color spaces of #13ebdf

RGB 19235223
HSL0.490.850.50
HSV177°92°92°
CMYK 0.920.000.05   0.08
XYZ43.296264.882880.0537
Yxy64.88280.23000.3447
Hunter Lab80.5499-45.0171-2.5399
CIE-Lab84.4233-48.1429-7.3674

#13ebdf color RGB value is (19,235,223).

#13ebdf hex color red value is 19, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #13ebdf hue: 0.49 , saturation: 0.85 and the lightness value of 13ebdf is 0.50.

The process color (four color CMYK) of #13ebdf color hex is 0.92, 0.00, 0.05, 0.08. Web safe color of #13ebdf is #00ffcc. Color #13ebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11011111
Octal 23 353 337
Decimal 19 235 223
Hex 13 EB DF

RGB Percentages of Color #13ebdf

%3.98
%49.27
%46.75

CMYK Percentages of Color #13ebdf

%92
%0
%5
%8

Triadic Colors of #13ebdf

#13ebdf #df13eb #ebdf13

Analogous Colors of #13ebdf

#13ebdf #138beb #13eb73

Monochromatic Colors of #13ebdf

#13ebdf

Complementary Color

#13ebdf #eb131f

#13ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebdf Color CSS Codes

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

#13ebdf Text Font Color

<p style="color:#13ebdf">Text here</p>

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


#13ebdf Background Color

<div style="background-color:#13ebdf">
Div content here</div>

This div background color is #13ebdf


#13ebdf Border Color

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

This div border color is #13ebdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,235,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13ebdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13ebdf;
  -webkit-box-shadow: 1px 1px 3px 2px #13ebdf;
  box-shadow:         1px 1px 3px 2px #13ebdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,235,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 #13ebdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebdf


Comments

No comments written yet.

Please login to write comment.