Color Hex Logo

#2fabdd Color Hex

#2FABDD
(47,171,221)
0 Favorites   0 Comments

Color spaces of #2fabdd

RGB 47171221
HSL0.550.720.53
HSV197°79°87°
CMYK 0.790.230.00   0.13
XYZ28.786334.950673.6356
Yxy34.95060.20950.2544
Hunter Lab59.1190-16.5429-32.4652
CIE-Lab65.7102-16.4209-34.6724

#2fabdd color RGB value is (47,171,221).

#2fabdd hex color red value is 47, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2fabdd hue: 0.55 , saturation: 0.72 and the lightness value of 2fabdd is 0.53.

The process color (four color CMYK) of #2fabdd color hex is 0.79, 0.23, 0.00, 0.13. Web safe color of #2fabdd is #3399cc. Color #2fabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 11011101
Octal 57 253 335
Decimal 47 171 221
Hex 2F AB DD

RGB Percentages of Color #2fabdd

%10.71
%38.95
%50.34

CMYK Percentages of Color #2fabdd

%79
%23
%0
%13

Triadic Colors of #2fabdd

#2fabdd #dd2fab #abdd2f

Analogous Colors of #2fabdd

#2fabdd #2f54dd #2fddb8

Monochromatic Colors of #2fabdd

#2fabdd

Complementary Color

#2fabdd #dd612f

#2fabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fabdd Color CSS Codes

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

#2fabdd Text Font Color

<p style="color:#2fabdd">Text here</p>

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


#2fabdd Background Color

<div style="background-color:#2fabdd">
Div content here</div>

This div background color is #2fabdd


#2fabdd Border Color

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

This div border color is #2fabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fabdd


Comments

No comments written yet.

Please login to write comment.