Color Hex Logo

#10beff Color Hex

#10BEFF
(16,190,255)
0 Favorites   0 Comments

Color spaces of #10beff

RGB 16190255
HSL0.551.000.53
HSV196°94°100°
CMYK 0.940.250.00   0.00
XYZ36.677144.1571101.1978
Yxy44.15710.20150.2426
Hunter Lab66.4508-17.7670-43.7771
CIE-Lab72.3334-16.7299-42.8803

#10beff color RGB value is (16,190,255).

#10beff hex color red value is 16, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #10beff hue: 0.55 , saturation: 1.00 and the lightness value of 10beff is 0.53.

The process color (four color CMYK) of #10beff color hex is 0.94, 0.25, 0.00, 0.00. Web safe color of #10beff is #00ccff. Color #10beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111110 11111111
Octal 20 276 377
Decimal 16 190 255
Hex 10 BE FF

RGB Percentages of Color #10beff

%3.47
%41.21
%55.31

CMYK Percentages of Color #10beff

%94
%25
%0
%0

Triadic Colors of #10beff

#10beff #ff10be #beff10

Analogous Colors of #10beff

#10beff #1047ff #10ffc9

Monochromatic Colors of #10beff

#10beff

Complementary Color

#10beff #ff5110

#10beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#10beff Color CSS Codes

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

#10beff Text Font Color

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

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


#10beff Background Color

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

This div background color is #10beff


#10beff Border Color

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

This div border color is #10beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10beff

Related Colors


Comments

No comments written yet.

Please login to write comment.