Color Hex Logo

#10beca Color Hex

#10BECA
(16,190,202)
0 Favorites   0 Comments

Color spaces of #10beca

RGB 16190202
HSL0.510.850.43
HSV184°92°79°
CMYK 0.920.060.00   0.21
XYZ29.287841.201362.2861
Yxy41.20130.22060.3103
Hunter Lab64.1882-30.8835-12.6012
CIE-Lab70.3167-34.3380-17.2031

#10beca color RGB value is (16,190,202).

#10beca hex color red value is 16, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #10beca hue: 0.51 , saturation: 0.85 and the lightness value of 10beca is 0.43.

The process color (four color CMYK) of #10beca color hex is 0.92, 0.06, 0.00, 0.21. Web safe color of #10beca is #00cccc. Color #10beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111110 11001010
Octal 20 276 312
Decimal 16 190 202
Hex 10 BE CA

RGB Percentages of Color #10beca

%3.92
%46.57
%49.51

CMYK Percentages of Color #10beca

%92
%6
%0
%21

Triadic Colors of #10beca

#10beca #ca10be #beca10

Analogous Colors of #10beca

#10beca #1061ca #10ca79

Monochromatic Colors of #10beca

#10beca

Complementary Color

#10beca #ca1c10

#10beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#10beca Color CSS Codes

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

#10beca Text Font Color

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

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


#10beca Background Color

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

This div background color is #10beca


#10beca Border Color

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

This div border color is #10beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10beca


Comments

No comments written yet.

Please login to write comment.