Color Hex Logo

#2fabbe Color Hex

#2FABBE
(47,171,190)
0 Favorites   0 Comments

Color spaces of #2fabbe

RGB 47171190
HSL0.520.600.46
HSV188°75°75°
CMYK 0.750.100.00   0.25
XYZ25.029533.447953.8521
Yxy33.44790.22280.2978
Hunter Lab57.8342-23.9584-14.7238
CIE-Lab64.5219-26.5922-19.3342

#2fabbe color RGB value is (47,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 10111110
Octal 57 253 276
Decimal 47 171 190
Hex 2F AB BE

RGB Percentages of Color #2fabbe

%11.52
%41.91
%46.57

CMYK Percentages of Color #2fabbe

%75
%10
%0
%25

Triadic Colors of #2fabbe

#2fabbe #be2fab #abbe2f

Analogous Colors of #2fabbe

#2fabbe #2f64be #2fbe8a

Monochromatic Colors of #2fabbe

#2fabbe

Complementary Color

#2fabbe #be422f

#2fabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fabbe Color CSS Codes

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

#2fabbe Text Font Color

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

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


#2fabbe Background Color

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

This div background color is #2fabbe


#2fabbe Border Color

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

This div border color is #2fabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fabbe


Comments

No comments written yet.

Please login to write comment.