Color Hex Logo

#2fafdd Color Hex

#2FAFDD
(47,175,221)
0 Favorites   0 Comments

Color spaces of #2fafdd

RGB 47175221
HSL0.540.720.53
HSV196°79°87°
CMYK 0.790.210.00   0.13
XYZ29.553436.484773.8912
Yxy36.48470.21120.2607
Hunter Lab60.4026-18.3691-30.2484
CIE-Lab66.8886-18.5438-32.8435

#2fafdd color RGB value is (47,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101111 11011101
Octal 57 257 335
Decimal 47 175 221
Hex 2F AF DD

RGB Percentages of Color #2fafdd

%10.61
%39.50
%49.89

CMYK Percentages of Color #2fafdd

%79
%21
%0
%13

Triadic Colors of #2fafdd

#2fafdd #dd2faf #afdd2f

Analogous Colors of #2fafdd

#2fafdd #2f58dd #2fddb4

Monochromatic Colors of #2fafdd

#2fafdd

Complementary Color

#2fafdd #dd5d2f

#2fafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fafdd Color CSS Codes

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

#2fafdd Text Font Color

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

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


#2fafdd Background Color

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

This div background color is #2fafdd


#2fafdd Border Color

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

This div border color is #2fafdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,175,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 #2fafdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fafdd


Comments

No comments written yet.

Please login to write comment.