color codes Logo

#389adf color codes

#389ADF
(56,154,223)
0 Favorites   0 Comments

Color spaces of #389adf

RGB 56154223
HSL0.570.720.55
HSV205°75°87°
CMYK 0.750.310.00   0.13
XYZ26.505829.279774.0666
Yxy29.27970.20410.2255
Hunter Lab54.1107-7.2566-43.2785
CIE-Lab61.0277-5.3497-43.0875

#389adf color RGB value is (56,154,223).

#389adf hex color red value is 56, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #389adf hue: 0.57 , saturation: 0.72 and the lightness value of 389adf is 0.55.

The process color (four color CMYK) of #389adf color code is 0.75, 0.31, 0.00, 0.13. Web safe color of #389adf is #3399cc. Color #389adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11011111
Octal 70 232 337
Decimal 56 154 223
Hex 38 9A DF

RGB Percentages of Color #389adf

%12.93
%35.57
%51.50

CMYK Percentages of Color #389adf

%75
%31
%0
%13

Triadic Colors of #389adf

#389adf #df389a #9adf38

Analogous Colors of #389adf

#389adf #3847df #38dfd1

Monochromatic Colors of #389adf

#389adf

Complementary Color

#389adf #df7d38

#389adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#389adf Color CSS Codes

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

#389adf Text Font Color

<p style="color:#389adf">Text here</p>

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


#389adf Background Color

<div style="background-color:#389adf">
Div content here</div>

This div background color is #389adf


#389adf Border Color

<div style="border:3px solid #389adf">
Div here</div>

This div border color is #389adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,154,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389adf;
  -webkit-box-shadow: 1px 1px 3px 2px #389adf;
  box-shadow:         1px 1px 3px 2px #389adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,154,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389adf


Comments

No comments written yet.

Please login to write comment.