Color Hex Logo

#3dbeaf Color Hex

#3DBEAF
(61,190,175)
0 Favorites   0 Comments

Color spaces of #3dbeaf

RGB 61190175
HSL0.480.510.49
HSV173°68°75°
CMYK 0.680.000.08   0.25
XYZ28.075840.914246.9749
Yxy40.91420.24210.3528
Hunter Lab63.9642-33.58841.2328
CIE-Lab70.1158-38.1961-2.6480

#3dbeaf color RGB value is (61,190,175).

#3dbeaf hex color red value is 61, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3dbeaf hue: 0.48 , saturation: 0.51 and the lightness value of 3dbeaf is 0.49.

The process color (four color CMYK) of #3dbeaf color hex is 0.68, 0.00, 0.08, 0.25. Web safe color of #3dbeaf is #33cc99. Color #3dbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 10101111
Octal 75 276 257
Decimal 61 190 175
Hex 3D BE AF

RGB Percentages of Color #3dbeaf

%14.32
%44.60
%41.08

CMYK Percentages of Color #3dbeaf

%68
%0
%8
%25

Triadic Colors of #3dbeaf

#3dbeaf #af3dbe #beaf3d

Analogous Colors of #3dbeaf

#3dbeaf #3d8dbe #3dbe6f

Monochromatic Colors of #3dbeaf

#3dbeaf

Complementary Color

#3dbeaf #be3d4c

#3dbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbeaf Color CSS Codes

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

#3dbeaf Text Font Color

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

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


#3dbeaf Background Color

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

This div background color is #3dbeaf


#3dbeaf Border Color

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

This div border color is #3dbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbeaf


Comments

No comments written yet.

Please login to write comment.