Color Hex Logo

#13cdeb Color Hex

#13CDEB
(19,205,235)
0 Favorites   0 Comments

Color spaces of #13cdeb

RGB 19205235
HSL0.520.850.50
HSV188°92°92°
CMYK 0.920.130.00   0.08
XYZ37.095349.799286.2544
Yxy49.79920.21420.2876
Hunter Lab70.5685-29.6641-23.0709
CIE-Lab75.9458-30.9225-26.5289

#13cdeb color RGB value is (19,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11101011
Octal 23 315 353
Decimal 19 205 235
Hex 13 CD EB

RGB Percentages of Color #13cdeb

%4.14
%44.66
%51.20

CMYK Percentages of Color #13cdeb

%92
%13
%0
%8

Triadic Colors of #13cdeb

#13cdeb #eb13cd #cdeb13

Analogous Colors of #13cdeb

#13cdeb #1361eb #13eb9d

Monochromatic Colors of #13cdeb

#13cdeb

Complementary Color

#13cdeb #eb3113

#13cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdeb Color CSS Codes

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

#13cdeb Text Font Color

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

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


#13cdeb Background Color

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

This div background color is #13cdeb


#13cdeb Border Color

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

This div border color is #13cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdeb


Comments

No comments written yet.

Please login to write comment.