Color Hex Logo

#3d8ace Color Hex

#3D8ACE
(61,138,206)
0 Favorites   0 Comments

Color spaces of #3d8ace

RGB 61138206
HSL0.580.600.52
HSV208°70°81°
CMYK 0.700.330.00   0.19
XYZ22.153523.625361.7850
Yxy23.62530.20600.2196
Hunter Lab48.6059-3.7038-41.3420
CIE-Lab55.7107-1.3903-41.9396

#3d8ace color RGB value is (61,138,206).

#3d8ace hex color red value is 61, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3d8ace hue: 0.58 , saturation: 0.60 and the lightness value of 3d8ace is 0.52.

The process color (four color CMYK) of #3d8ace color hex is 0.70, 0.33, 0.00, 0.19. Web safe color of #3d8ace is #3399cc. Color #3d8ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10001010 11001110
Octal 75 212 316
Decimal 61 138 206
Hex 3D 8A CE

RGB Percentages of Color #3d8ace

%15.06
%34.07
%50.86

CMYK Percentages of Color #3d8ace

%70
%33
%0
%19

Triadic Colors of #3d8ace

#3d8ace #ce3d8a #8ace3d

Analogous Colors of #3d8ace

#3d8ace #3d41ce #3dceca

Monochromatic Colors of #3d8ace

#3d8ace

Complementary Color

#3d8ace #ce813d

#3d8ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d8ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d8ace Color CSS Codes

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

#3d8ace Text Font Color

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

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


#3d8ace Background Color

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

This div background color is #3d8ace


#3d8ace Border Color

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

This div border color is #3d8ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,138,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d8ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d8ace;
  -webkit-box-shadow: 1px 1px 3px 2px #3d8ace;
  box-shadow:         1px 1px 3px 2px #3d8ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,138,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d8ace


Comments

No comments written yet.

Please login to write comment.