Color Hex Logo

#398cdc Color Hex

#398CDC
(57,140,220)
0 Favorites   0 Comments

Color spaces of #398cdc

RGB 57140220
HSL0.580.700.54
HSV209°74°86°
CMYK 0.740.360.00   0.14
XYZ23.983724.793371.2317
Yxy24.79330.19980.2066
Hunter Lab49.7929-1.1595-49.9629
CIE-Lab56.87351.8482-47.9766

#398cdc color RGB value is (57,140,220).

#398cdc hex color red value is 57, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #398cdc hue: 0.58 , saturation: 0.70 and the lightness value of 398cdc is 0.54.

The process color (four color CMYK) of #398cdc color hex is 0.74, 0.36, 0.00, 0.14. Web safe color of #398cdc is #3399cc. Color #398cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 11011100
Octal 71 214 334
Decimal 57 140 220
Hex 39 8C DC

RGB Percentages of Color #398cdc

%13.67
%33.57
%52.76

CMYK Percentages of Color #398cdc

%74
%36
%0
%14

Triadic Colors of #398cdc

#398cdc #dc398c #8cdc39

Analogous Colors of #398cdc

#398cdc #393bdc #39dcdb

Monochromatic Colors of #398cdc

#398cdc

Complementary Color

#398cdc #dc8939

#398cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#398cdc Color CSS Codes

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

#398cdc Text Font Color

<p style="color:#398cdc">Text here</p>

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


#398cdc Background Color

<div style="background-color:#398cdc">
Div content here</div>

This div background color is #398cdc


#398cdc Border Color

<div style="border:3px solid #398cdc">
Div here</div>

This div border color is #398cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,140,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #398cdc;
  box-shadow:         1px 1px 3px 2px #398cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,140,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398cdc


Comments

No comments written yet.

Please login to write comment.