Color Hex Logo

#3a8ded Color Hex

#3A8DED
(58,141,237)
0 Favorites   0 Comments

Color spaces of #3a8ded

RGB 58141237
HSL0.590.830.58
HSV212°76°93°
CMYK 0.760.410.00   0.07
XYZ26.555926.063783.7519
Yxy26.06370.19470.1911
Hunter Lab51.05263.5078-61.5285
CIE-Lab58.09757.4862-55.4947

#3a8ded color RGB value is (58,141,237).

#3a8ded hex color red value is 58, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3a8ded hue: 0.59 , saturation: 0.83 and the lightness value of 3a8ded is 0.58.

The process color (four color CMYK) of #3a8ded color hex is 0.76, 0.41, 0.00, 0.07. Web safe color of #3a8ded is #3399ff. Color #3a8ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10001101 11101101
Octal 72 215 355
Decimal 58 141 237
Hex 3A 8D ED

RGB Percentages of Color #3a8ded

%13.30
%32.34
%54.36

CMYK Percentages of Color #3a8ded

%76
%41
%0
%7

Triadic Colors of #3a8ded

#3a8ded #ed3a8d #8ded3a

Analogous Colors of #3a8ded

#3a8ded #413aed #3ae7ed

Monochromatic Colors of #3a8ded

#3a8ded

Complementary Color

#3a8ded #ed9a3a

#3a8ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a8ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a8ded Color CSS Codes

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

#3a8ded Text Font Color

<p style="color:#3a8ded">Text here</p>

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


#3a8ded Background Color

<div style="background-color:#3a8ded">
Div content here</div>

This div background color is #3a8ded


#3a8ded Border Color

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

This div border color is #3a8ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,141,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a8ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a8ded;
  -webkit-box-shadow: 1px 1px 3px 2px #3a8ded;
  box-shadow:         1px 1px 3px 2px #3a8ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,141,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a8ded


Comments

No comments written yet.

Please login to write comment.