Color Hex Logo

#136fee Color Hex

#136FEE
(19,111,238)
0 Favorites   0 Comments

Color spaces of #136fee

RGB 19111238
HSL0.600.870.50
HSV215°92°93°
CMYK 0.920.530.00   0.07
XYZ21.385617.680483.1744
Yxy17.68040.17490.1446
Hunter Lab42.048117.2008-87.8467
CIE-Lab49.106223.4803-70.5748

#136fee color RGB value is (19,111,238).

#136fee hex color red value is 19, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #136fee hue: 0.60 , saturation: 0.87 and the lightness value of 136fee is 0.50.

The process color (four color CMYK) of #136fee color hex is 0.92, 0.53, 0.00, 0.07. Web safe color of #136fee is #0066ff. Color #136fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 11101110
Octal 23 157 356
Decimal 19 111 238
Hex 13 6F EE

RGB Percentages of Color #136fee

%5.16
%30.16
%64.67

CMYK Percentages of Color #136fee

%92
%53
%0
%7

Triadic Colors of #136fee

#136fee #ee136f #6fee13

Analogous Colors of #136fee

#136fee #2413ee #13ddee

Monochromatic Colors of #136fee

#136fee

Complementary Color

#136fee #ee9213

#136fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fee Color CSS Codes

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

#136fee Text Font Color

<p style="color:#136fee">Text here</p>

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


#136fee Background Color

<div style="background-color:#136fee">
Div content here</div>

This div background color is #136fee


#136fee Border Color

<div style="border:3px solid #136fee">
Div here</div>

This div border color is #136fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,111,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136fee;
  -webkit-box-shadow: 1px 1px 3px 2px #136fee;
  box-shadow:         1px 1px 3px 2px #136fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,111,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 #136fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fee


Comments

No comments written yet.

Please login to write comment.