Color Hex Logo

#3dabbe Color Hex

#3DABBE
(61,171,190)
0 Favorites   0 Comments

Color spaces of #3dabbe

RGB 61171190
HSL0.520.510.49
HSV189°68°75°
CMYK 0.680.100.00   0.25
XYZ25.781633.835653.8873
Yxy33.83560.22710.2981
Hunter Lab58.1684-22.6792-14.2085
CIE-Lab64.8319-24.7497-18.8343

#3dabbe color RGB value is (61,171,190).

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

The process color (four color CMYK) of #3dabbe color hex is 0.68, 0.10, 0.00, 0.25. Web safe color of #3dabbe is #3399cc. Color #3dabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 10111110
Octal 75 253 276
Decimal 61 171 190
Hex 3D AB BE

RGB Percentages of Color #3dabbe

%14.45
%40.52
%45.02

CMYK Percentages of Color #3dabbe

%68
%10
%0
%25

Triadic Colors of #3dabbe

#3dabbe #be3dab #abbe3d

Analogous Colors of #3dabbe

#3dabbe #3d6bbe #3dbe91

Monochromatic Colors of #3dabbe

#3dabbe

Complementary Color

#3dabbe #be503d

#3dabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabbe Color CSS Codes

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

#3dabbe Text Font Color

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

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


#3dabbe Background Color

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

This div background color is #3dabbe


#3dabbe Border Color

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

This div border color is #3dabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabbe


Comments

No comments written yet.

Please login to write comment.