Color Hex Logo

#3fabbd Color Hex

#3FABBD
(63,171,189)
0 Favorites   0 Comments

Color spaces of #3fabbd

RGB 63171189
HSL0.520.500.49
HSV189°67°74°
CMYK 0.670.100.00   0.26
XYZ25.798133.856753.3194
Yxy33.85670.22840.2997
Hunter Lab58.1865-22.6850-13.6000
CIE-Lab64.8487-24.7530-18.2477

#3fabbd color RGB value is (63,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101011 10111101
Octal 77 253 275
Decimal 63 171 189
Hex 3F AB BD

RGB Percentages of Color #3fabbd

%14.89
%40.43
%44.68

CMYK Percentages of Color #3fabbd

%67
%10
%0
%26

Triadic Colors of #3fabbd

#3fabbd #bd3fab #abbd3f

Analogous Colors of #3fabbd

#3fabbd #3f6cbd #3fbd90

Monochromatic Colors of #3fabbd

#3fabbd

Complementary Color

#3fabbd #bd513f

#3fabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fabbd Color CSS Codes

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

#3fabbd Text Font Color

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

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


#3fabbd Background Color

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

This div background color is #3fabbd


#3fabbd Border Color

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

This div border color is #3fabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fabbd


Comments

No comments written yet.

Please login to write comment.