Color Hex Logo

#10ceed Color Hex

#10CEED
(16,206,237)
0 Favorites   0 Comments

Color spaces of #10ceed

RGB 16206237
HSL0.520.870.50
HSV188°93°93°
CMYK 0.930.130.00   0.07
XYZ37.571150.367287.8624
Yxy50.36720.21370.2865
Hunter Lab70.9699-29.7002-23.7236
CIE-Lab76.2941-30.8680-27.0714

#10ceed color RGB value is (16,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001110 11101101
Octal 20 316 355
Decimal 16 206 237
Hex 10 CE ED

RGB Percentages of Color #10ceed

%3.49
%44.88
%51.63

CMYK Percentages of Color #10ceed

%93
%13
%0
%7

Triadic Colors of #10ceed

#10ceed #ed10ce #ceed10

Analogous Colors of #10ceed

#10ceed #1060ed #10ed9e

Monochromatic Colors of #10ceed

#10ceed

Complementary Color

#10ceed #ed2f10

#10ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ceed Color CSS Codes

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

#10ceed Text Font Color

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

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


#10ceed Background Color

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

This div background color is #10ceed


#10ceed Border Color

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

This div border color is #10ceed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,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 #10ceed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ceed


Comments

No comments written yet.

Please login to write comment.