Color Hex Logo

#10ccef Color Hex

#10CCEF
(16,204,239)
0 Favorites   0 Comments

Color spaces of #10ccef

RGB 16204239
HSL0.530.870.50
HSV189°93°94°
CMYK 0.930.150.00   0.06
XYZ37.386549.527989.2507
Yxy49.52790.21220.2811
Hunter Lab70.3761-28.3320-25.9281
CIE-Lab75.7786-29.2479-28.9358

#10ccef color RGB value is (16,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001100 11101111
Octal 20 314 357
Decimal 16 204 239
Hex 10 CC EF

RGB Percentages of Color #10ccef

%3.49
%44.44
%52.07

CMYK Percentages of Color #10ccef

%93
%15
%0
%6

Triadic Colors of #10ccef

#10ccef #ef10cc #ccef10

Analogous Colors of #10ccef

#10ccef #105def #10efa3

Monochromatic Colors of #10ccef

#10ccef

Complementary Color

#10ccef #ef3310

#10ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ccef Color CSS Codes

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

#10ccef Text Font Color

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

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


#10ccef Background Color

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

This div background color is #10ccef


#10ccef Border Color

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

This div border color is #10ccef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,204,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ccef


Comments

No comments written yet.

Please login to write comment.