Color Hex Logo

#13ddeb Color Hex

#13DDEB
(19,221,235)
0 Favorites   0 Comments

Color spaces of #13ddeb

RGB 19221235
HSL0.510.850.50
HSV184°92°92°
CMYK 0.920.060.00   0.08
XYZ41.120457.849587.5961
Yxy57.84950.22040.3101
Hunter Lab76.0589-36.5989-15.0424
CIE-Lab80.6550-38.4559-19.3642

#13ddeb color RGB value is (19,221,235).

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

The process color (four color CMYK) of #13ddeb color hex is 0.92, 0.06, 0.00, 0.08. Web safe color of #13ddeb is #00ccff. Color #13ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 11101011
Octal 23 335 353
Decimal 19 221 235
Hex 13 DD EB

RGB Percentages of Color #13ddeb

%4.00
%46.53
%49.47

CMYK Percentages of Color #13ddeb

%92
%6
%0
%8

Triadic Colors of #13ddeb

#13ddeb #eb13dd #ddeb13

Analogous Colors of #13ddeb

#13ddeb #1371eb #13eb8d

Monochromatic Colors of #13ddeb

#13ddeb

Complementary Color

#13ddeb #eb2113

#13ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddeb Color CSS Codes

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

#13ddeb Text Font Color

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

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


#13ddeb Background Color

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

This div background color is #13ddeb


#13ddeb Border Color

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

This div border color is #13ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddeb


Comments

No comments written yet.

Please login to write comment.