Color Hex Logo

#2f8abc Color Hex

#2F8ABC
(47,138,188)
0 Favorites   0 Comments

Color spaces of #2f8abc

RGB 47138188
HSL0.560.600.46
HSV201°75°74°
CMYK 0.750.270.00   0.26
XYZ19.337922.412150.8837
Yxy22.41210.20880.2419
Hunter Lab47.3414-9.9343-30.5873
CIE-Lab54.4615-9.6371-33.7186

#2f8abc color RGB value is (47,138,188).

#2f8abc hex color red value is 47, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2f8abc hue: 0.56 , saturation: 0.60 and the lightness value of 2f8abc is 0.46.

The process color (four color CMYK) of #2f8abc color hex is 0.75, 0.27, 0.00, 0.26. Web safe color of #2f8abc is #3399cc. Color #2f8abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10001010 10111100
Octal 57 212 274
Decimal 47 138 188
Hex 2F 8A BC

RGB Percentages of Color #2f8abc

%12.60
%37.00
%50.40

CMYK Percentages of Color #2f8abc

%75
%27
%0
%26

Triadic Colors of #2f8abc

#2f8abc #bc2f8a #8abc2f

Analogous Colors of #2f8abc

#2f8abc #2f43bc #2fbca8

Monochromatic Colors of #2f8abc

#2f8abc

Complementary Color

#2f8abc #bc612f

#2f8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f8abc Color CSS Codes

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

#2f8abc Text Font Color

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

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


#2f8abc Background Color

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

This div background color is #2f8abc


#2f8abc Border Color

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

This div border color is #2f8abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f8abc


Comments

No comments written yet.

Please login to write comment.