Color Hex Logo

#3dabcb Color Hex

#3DABCB
(61,171,203)
0 Favorites   0 Comments

Color spaces of #3dabcb

RGB 61171203
HSL0.540.580.52
HSV194°70°80°
CMYK 0.700.160.00   0.20
XYZ27.266934.429761.7084
Yxy34.42970.22100.2790
Hunter Lab58.6768-19.7362-21.2795
CIE-Lab65.3022-20.6772-25.3339

#3dabcb color RGB value is (61,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 11001011
Octal 75 253 313
Decimal 61 171 203
Hex 3D AB CB

RGB Percentages of Color #3dabcb

%14.02
%39.31
%46.67

CMYK Percentages of Color #3dabcb

%70
%16
%0
%20

Triadic Colors of #3dabcb

#3dabcb #cb3dab #abcb3d

Analogous Colors of #3dabcb

#3dabcb #3d64cb #3dcba4

Monochromatic Colors of #3dabcb

#3dabcb

Complementary Color

#3dabcb #cb5d3d

#3dabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabcb Color CSS Codes

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

#3dabcb Text Font Color

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

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


#3dabcb Background Color

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

This div background color is #3dabcb


#3dabcb Border Color

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

This div border color is #3dabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabcb


Comments

No comments written yet.

Please login to write comment.