Color Hex Logo

#3dafea Color Hex

#3DAFEA
(61,175,234)
0 Favorites   0 Comments

Color spaces of #3dafea

RGB 61175234
HSL0.560.800.58
HSV200°74°92°
CMYK 0.740.250.00   0.08
XYZ32.105737.592683.4058
Yxy37.59260.20970.2455
Hunter Lab61.3128-13.8281-37.7352
CIE-Lab67.7193-12.6409-38.6526

#3dafea color RGB value is (61,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101111 11101010
Octal 75 257 352
Decimal 61 175 234
Hex 3D AF EA

RGB Percentages of Color #3dafea

%12.98
%37.23
%49.79

CMYK Percentages of Color #3dafea

%74
%25
%0
%8

Triadic Colors of #3dafea

#3dafea #ea3daf #afea3d

Analogous Colors of #3dafea

#3dafea #3d59ea #3deacf

Monochromatic Colors of #3dafea

#3dafea

Complementary Color

#3dafea #ea783d

#3dafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dafea Color CSS Codes

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

#3dafea Text Font Color

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

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


#3dafea Background Color

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

This div background color is #3dafea


#3dafea Border Color

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

This div border color is #3dafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dafea


Comments

No comments written yet.

Please login to write comment.