Color Hex Logo

#13cdee Color Hex

#13CDEE
(19,205,238)
0 Favorites   0 Comments

Color spaces of #13cdee

RGB 19205238
HSL0.530.870.50
HSV189°92°93°
CMYK 0.920.140.00   0.07
XYZ37.532549.974188.5567
Yxy49.97410.21320.2838
Hunter Lab70.6924-28.9411-24.7882
CIE-Lab76.0534-29.9561-27.9756

#13cdee color RGB value is (19,205,238).

#13cdee hex color red value is 19, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #13cdee hue: 0.53 , saturation: 0.87 and the lightness value of 13cdee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11101110
Octal 23 315 356
Decimal 19 205 238
Hex 13 CD EE

RGB Percentages of Color #13cdee

%4.11
%44.37
%51.52

CMYK Percentages of Color #13cdee

%92
%14
%0
%7

Triadic Colors of #13cdee

#13cdee #ee13cd #cdee13

Analogous Colors of #13cdee

#13cdee #1360ee #13eea2

Monochromatic Colors of #13cdee

#13cdee

Complementary Color

#13cdee #ee3413

#13cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdee Color CSS Codes

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

#13cdee Text Font Color

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

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


#13cdee Background Color

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

This div background color is #13cdee


#13cdee Border Color

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

This div border color is #13cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdee


Comments

No comments written yet.

Please login to write comment.