Color Hex Logo

#2faeba Color Hex

#2FAEBA
(47,174,186)
0 Favorites   0 Comments

Color spaces of #2faeba

RGB 47174186
HSL0.510.600.46
HSV185°75°73°
CMYK 0.750.060.00   0.27
XYZ25.171334.421651.7717
Yxy34.42160.22600.3091
Hunter Lab58.6699-26.0901-11.2499
CIE-Lab65.2958-29.3239-15.9364

#2faeba color RGB value is (47,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101110 10111010
Octal 57 256 272
Decimal 47 174 186
Hex 2F AE BA

RGB Percentages of Color #2faeba

%11.55
%42.75
%45.70

CMYK Percentages of Color #2faeba

%75
%6
%0
%27

Triadic Colors of #2faeba

#2faeba #ba2fae #aeba2f

Analogous Colors of #2faeba

#2faeba #2f69ba #2fba81

Monochromatic Colors of #2faeba

#2faeba

Complementary Color

#2faeba #ba3b2f

#2faeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faeba Color CSS Codes

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

#2faeba Text Font Color

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

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


#2faeba Background Color

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

This div background color is #2faeba


#2faeba Border Color

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

This div border color is #2faeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faeba


Comments

No comments written yet.

Please login to write comment.