Color Hex Logo

#284afd Color Hex

#284AFD
(40,74,253)
0 Favorites   0 Comments

Color spaces of #284afd

RGB 4074253
HSL0.640.980.57
HSV230°84°99°
CMYK 0.840.710.00   0.01
XYZ21.053512.440594.2201
Yxy12.44050.16480.0974
Hunter Lab35.271144.8232-133.6923
CIE-Lab41.907852.9251-90.7450

#284afd color RGB value is (40,74,253).

#284afd hex color red value is 40, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #284afd hue: 0.64 , saturation: 0.98 and the lightness value of 284afd is 0.57.

The process color (four color CMYK) of #284afd color hex is 0.84, 0.71, 0.00, 0.01. Web safe color of #284afd is #3333ff. Color #284afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001010 11111101
Octal 50 112 375
Decimal 40 74 253
Hex 28 4A FD

RGB Percentages of Color #284afd

%10.90
%20.16
%68.94

CMYK Percentages of Color #284afd

%84
%71
%0
%1

Triadic Colors of #284afd

#284afd #fd284a #4afd28

Analogous Colors of #284afd

#284afd #7128fd #28b5fd

Monochromatic Colors of #284afd

#284afd

Complementary Color

#284afd #fddb28

#284afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#284afd Color CSS Codes

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

#284afd Text Font Color

<p style="color:#284afd">Text here</p>

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


#284afd Background Color

<div style="background-color:#284afd">
Div content here</div>

This div background color is #284afd


#284afd Border Color

<div style="border:3px solid #284afd">
Div here</div>

This div border color is #284afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,74,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #284afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #284afd;
  -webkit-box-shadow: 1px 1px 3px 2px #284afd;
  box-shadow:         1px 1px 3px 2px #284afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,74,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284afd


Comments

No comments written yet.

Please login to write comment.