Color Hex Logo

#10bdef Color Hex

#10BDEF
(16,189,239)
0 Favorites   0 Comments

Color spaces of #10bdef

RGB 16189239
HSL0.540.870.50
HSV193°93°94°
CMYK 0.930.210.00   0.06
XYZ33.991342.737388.1190
Yxy42.73730.20620.2593
Hunter Lab65.3738-21.5925-34.1569
CIE-Lab71.3763-21.7162-35.7314

#10bdef color RGB value is (16,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111101 11101111
Octal 20 275 357
Decimal 16 189 239
Hex 10 BD EF

RGB Percentages of Color #10bdef

%3.60
%42.57
%53.83

CMYK Percentages of Color #10bdef

%93
%21
%0
%6

Triadic Colors of #10bdef

#10bdef #ef10bd #bdef10

Analogous Colors of #10bdef

#10bdef #104eef #10efb2

Monochromatic Colors of #10bdef

#10bdef

Complementary Color

#10bdef #ef4210

#10bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bdef Color CSS Codes

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

#10bdef Text Font Color

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

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


#10bdef Background Color

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

This div background color is #10bdef


#10bdef Border Color

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

This div border color is #10bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bdef


Comments

No comments written yet.

Please login to write comment.