Color Hex Logo

#3d9dce Color Hex

#3D9DCE
(61,157,206)
0 Favorites   0 Comments

Color spaces of #3d9dce

RGB 61157206
HSL0.560.600.52
HSV200°70°81°
CMYK 0.700.240.00   0.19
XYZ25.122029.562362.7745
Yxy29.56230.21390.2517
Hunter Lab54.3712-12.6745-30.3936
CIE-Lab61.2747-12.2012-33.2256

#3d9dce color RGB value is (61,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011101 11001110
Octal 75 235 316
Decimal 61 157 206
Hex 3D 9D CE

RGB Percentages of Color #3d9dce

%14.39
%37.03
%48.58

CMYK Percentages of Color #3d9dce

%70
%24
%0
%19

Triadic Colors of #3d9dce

#3d9dce #ce3d9d #9dce3d

Analogous Colors of #3d9dce

#3d9dce #3d55ce #3dceb7

Monochromatic Colors of #3d9dce

#3d9dce

Complementary Color

#3d9dce #ce6e3d

#3d9dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d9dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d9dce Color CSS Codes

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

#3d9dce Text Font Color

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

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


#3d9dce Background Color

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

This div background color is #3d9dce


#3d9dce Border Color

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

This div border color is #3d9dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d9dce


Comments

No comments written yet.

Please login to write comment.