Color Hex Logo

#3d9aed Color Hex

#3D9AED
(61,154,237)
0 Favorites   0 Comments

Color spaces of #3d9aed

RGB 61154237
HSL0.580.830.58
HSV208°74°93°
CMYK 0.740.350.00   0.07
XYZ28.766130.217784.4372
Yxy30.21770.20060.2107
Hunter Lab54.9706-2.7896-52.5925
CIE-Lab61.84160.1755-49.5378

#3d9aed color RGB value is (61,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011010 11101101
Octal 75 232 355
Decimal 61 154 237
Hex 3D 9A ED

RGB Percentages of Color #3d9aed

%13.50
%34.07
%52.43

CMYK Percentages of Color #3d9aed

%74
%35
%0
%7

Triadic Colors of #3d9aed

#3d9aed #ed3d9a #9aed3d

Analogous Colors of #3d9aed

#3d9aed #3d42ed #3dede8

Monochromatic Colors of #3d9aed

#3d9aed

Complementary Color

#3d9aed #ed903d

#3d9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d9aed Color CSS Codes

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

#3d9aed Text Font Color

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

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


#3d9aed Background Color

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

This div background color is #3d9aed


#3d9aed Border Color

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

This div border color is #3d9aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,154,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 #3d9aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d9aed


Comments

No comments written yet.

Please login to write comment.