Color Hex Logo

#15ceed Color Hex

#15CEED
(21,206,237)
0 Favorites   0 Comments

Color spaces of #15ceed

RGB 21206237
HSL0.520.860.51
HSV189°91°93°
CMYK 0.910.130.00   0.07
XYZ37.666650.416587.8669
Yxy50.41650.21410.2865
Hunter Lab71.0046-29.5671-23.6671
CIE-Lab76.3242-30.6871-27.0227

#15ceed color RGB value is (21,206,237).

#15ceed hex color red value is 21, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #15ceed hue: 0.52 , saturation: 0.86 and the lightness value of 15ceed is 0.51.

The process color (four color CMYK) of #15ceed color hex is 0.91, 0.13, 0.00, 0.07. Web safe color of #15ceed is #00ccff. Color #15ceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001110 11101101
Octal 25 316 355
Decimal 21 206 237
Hex 15 CE ED

RGB Percentages of Color #15ceed

%4.53
%44.40
%51.08

CMYK Percentages of Color #15ceed

%91
%13
%0
%7

Triadic Colors of #15ceed

#15ceed #ed15ce #ceed15

Analogous Colors of #15ceed

#15ceed #1562ed #15eda0

Monochromatic Colors of #15ceed

#15ceed

Complementary Color

#15ceed #ed3415

#15ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ceed Color CSS Codes

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

#15ceed Text Font Color

<p style="color:#15ceed">Text here</p>

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


#15ceed Background Color

<div style="background-color:#15ceed">
Div content here</div>

This div background color is #15ceed


#15ceed Border Color

<div style="border:3px solid #15ceed">
Div here</div>

This div border color is #15ceed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,206,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15ceed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15ceed;
  -webkit-box-shadow: 1px 1px 3px 2px #15ceed;
  box-shadow:         1px 1px 3px 2px #15ceed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,206,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ceed


Comments

No comments written yet.

Please login to write comment.