Color Hex Logo

#10caee Color Hex

#10CAEE
(16,202,238)
0 Favorites   0 Comments

Color spaces of #10caee

RGB 16202238
HSL0.530.870.50
HSV190°93°93°
CMYK 0.930.150.00   0.07
XYZ36.766848.524388.3172
Yxy48.52430.21180.2795
Hunter Lab69.6594-27.6901-26.4089
CIE-Lab75.1544-28.5930-29.3571

#10caee color RGB value is (16,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001010 11101110
Octal 20 312 356
Decimal 16 202 238
Hex 10 CA EE

RGB Percentages of Color #10caee

%3.51
%44.30
%52.19

CMYK Percentages of Color #10caee

%93
%15
%0
%7

Triadic Colors of #10caee

#10caee #ee10ca #caee10

Analogous Colors of #10caee

#10caee #105bee #10eea3

Monochromatic Colors of #10caee

#10caee

Complementary Color

#10caee #ee3410

#10caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#10caee Color CSS Codes

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

#10caee Text Font Color

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

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


#10caee Background Color

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

This div background color is #10caee


#10caee Border Color

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

This div border color is #10caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10caee


Comments

No comments written yet.

Please login to write comment.