Color Hex Logo

#3daceb Color Hex

#3DACEB
(61,172,235)
0 Favorites   0 Comments

Color spaces of #3daceb

RGB 61172235
HSL0.560.810.58
HSV202°74°92°
CMYK 0.740.270.00   0.08
XYZ31.672436.495383.9722
Yxy36.49530.20820.2399
Hunter Lab60.4113-12.1360-40.1256
CIE-Lab66.8966-10.6687-40.4842

#3daceb color RGB value is (61,172,235).

#3daceb hex color red value is 61, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3daceb hue: 0.56 , saturation: 0.81 and the lightness value of 3daceb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101100 11101011
Octal 75 254 353
Decimal 61 172 235
Hex 3D AC EB

RGB Percentages of Color #3daceb

%13.03
%36.75
%50.21

CMYK Percentages of Color #3daceb

%74
%27
%0
%8

Triadic Colors of #3daceb

#3daceb #eb3dac #aceb3d

Analogous Colors of #3daceb

#3daceb #3d55eb #3debd3

Monochromatic Colors of #3daceb

#3daceb

Complementary Color

#3daceb #eb7c3d

#3daceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3daceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3daceb Color CSS Codes

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

#3daceb Text Font Color

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

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


#3daceb Background Color

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

This div background color is #3daceb


#3daceb Border Color

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

This div border color is #3daceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3daceb


Comments

No comments written yet.

Please login to write comment.