Color Hex Logo

#014bee Color Hex

#014BEE
(1,75,238)
0 Favorites   0 Comments

Color spaces of #014bee

RGB 175238
HSL0.610.990.47
HSV221°100°93°
CMYK 1.000.680.00   0.07
XYZ17.961211.211782.1063
Yxy11.21170.16140.1008
Hunter Lab33.483937.1530-121.9472
CIE-Lab39.934845.8273-85.6016

#014bee color RGB value is (1,75,238).

#014bee hex color red value is 1, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #014bee hue: 0.61 , saturation: 0.99 and the lightness value of 014bee is 0.47.

The process color (four color CMYK) of #014bee color hex is 1.00, 0.68, 0.00, 0.07. Web safe color of #014bee is #0033ff. Color #014bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001011 11101110
Octal 1 113 356
Decimal 1 75 238
Hex 1 4B EE

RGB Percentages of Color #014bee

%0.32
%23.89
%75.80

CMYK Percentages of Color #014bee

%100
%68
%0
%7

Triadic Colors of #014bee

#014bee #ee014b #4bee01

Analogous Colors of #014bee

#014bee #2d01ee #01c2ee

Monochromatic Colors of #014bee

#014bee

Complementary Color

#014bee #eea401

#014bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#014bee Color CSS Codes

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

#014bee Text Font Color

<p style="color:#014bee">Text here</p>

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


#014bee Background Color

<div style="background-color:#014bee">
Div content here</div>

This div background color is #014bee


#014bee Border Color

<div style="border:3px solid #014bee">
Div here</div>

This div border color is #014bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,75,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014bee;
  -webkit-box-shadow: 1px 1px 3px 2px #014bee;
  box-shadow:         1px 1px 3px 2px #014bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,75,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 #014bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014bee


Comments

No comments written yet.

Please login to write comment.