Color Hex Logo

#1284ef Color Hex

#1284EF
(18,132,239)
0 Favorites   0 Comments

Color spaces of #1284ef

RGB 18132239
HSL0.580.870.50
HSV209°92°94°
CMYK 0.920.450.00   0.06
XYZ24.080722.863184.8052
Yxy22.86310.18280.1735
Hunter Lab47.81546.2190-71.6858
CIE-Lab54.931010.6460-61.7191

#1284ef color RGB value is (18,132,239).

#1284ef hex color red value is 18, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1284ef hue: 0.58 , saturation: 0.87 and the lightness value of 1284ef is 0.50.

The process color (four color CMYK) of #1284ef color hex is 0.92, 0.45, 0.00, 0.06. Web safe color of #1284ef is #0099ff. Color #1284ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000100 11101111
Octal 22 204 357
Decimal 18 132 239
Hex 12 84 EF

RGB Percentages of Color #1284ef

%4.63
%33.93
%61.44

CMYK Percentages of Color #1284ef

%92
%45
%0
%6

Triadic Colors of #1284ef

#1284ef #ef1284 #84ef12

Analogous Colors of #1284ef

#1284ef #1216ef #12efec

Monochromatic Colors of #1284ef

#1284ef

Complementary Color

#1284ef #ef7d12

#1284ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1284ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1284ef Color CSS Codes

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

#1284ef Text Font Color

<p style="color:#1284ef">Text here</p>

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


#1284ef Background Color

<div style="background-color:#1284ef">
Div content here</div>

This div background color is #1284ef


#1284ef Border Color

<div style="border:3px solid #1284ef">
Div here</div>

This div border color is #1284ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,132,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1284ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1284ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1284ef;
  box-shadow:         1px 1px 3px 2px #1284ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,132,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 #1284ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1284ef


Comments

No comments written yet.

Please login to write comment.