Color Hex Logo

#399cfd Color Hex

#399CFD
(57,156,253)
0 Favorites   0 Comments

Color spaces of #399cfd

RGB 57156253
HSL0.580.980.61
HSV210°77°99°
CMYK 0.770.380.00   0.01
XYZ31.305431.738697.4047
Yxy31.73860.19510.1978
Hunter Lab56.33700.5992-63.0744
CIE-Lab63.12624.2389-56.2850

#399cfd color RGB value is (57,156,253).

#399cfd hex color red value is 57, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #399cfd hue: 0.58 , saturation: 0.98 and the lightness value of 399cfd is 0.61.

The process color (four color CMYK) of #399cfd color hex is 0.77, 0.38, 0.00, 0.01. Web safe color of #399cfd is #3399ff. Color #399cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11111101
Octal 71 234 375
Decimal 57 156 253
Hex 39 9C FD

RGB Percentages of Color #399cfd

%12.23
%33.48
%54.29

CMYK Percentages of Color #399cfd

%77
%38
%0
%1

Triadic Colors of #399cfd

#399cfd #fd399c #9cfd39

Analogous Colors of #399cfd

#399cfd #393afd #39fdfc

Monochromatic Colors of #399cfd

#399cfd

Complementary Color

#399cfd #fd9a39

#399cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cfd Color CSS Codes

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

#399cfd Text Font Color

<p style="color:#399cfd">Text here</p>

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


#399cfd Background Color

<div style="background-color:#399cfd">
Div content here</div>

This div background color is #399cfd


#399cfd Border Color

<div style="border:3px solid #399cfd">
Div here</div>

This div border color is #399cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,156,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #399cfd;
  box-shadow:         1px 1px 3px 2px #399cfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cfd


Comments

No comments written yet.

Please login to write comment.