Color Hex Logo

#2facee Color Hex

#2FACEE
(47,172,238)
0 Favorites   0 Comments

Color spaces of #2facee

RGB 47172238
HSL0.560.850.56
HSV201°80°93°
CMYK 0.800.280.00   0.07
XYZ31.357436.282486.2394
Yxy36.28240.20380.2358
Hunter Lab60.2349-12.4865-42.7222
CIE-Lab66.7351-11.1256-42.3987

#2facee color RGB value is (47,172,238).

#2facee hex color red value is 47, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2facee hue: 0.56 , saturation: 0.85 and the lightness value of 2facee is 0.56.

The process color (four color CMYK) of #2facee color hex is 0.80, 0.28, 0.00, 0.07. Web safe color of #2facee is #3399ff. Color #2facee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11101110
Octal 57 254 356
Decimal 47 172 238
Hex 2F AC EE

RGB Percentages of Color #2facee

%10.28
%37.64
%52.08

CMYK Percentages of Color #2facee

%80
%28
%0
%7

Triadic Colors of #2facee

#2facee #ee2fac #acee2f

Analogous Colors of #2facee

#2facee #2f4dee #2feed1

Monochromatic Colors of #2facee

#2facee

Complementary Color

#2facee #ee712f

#2facee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facee Color CSS Codes

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

#2facee Text Font Color

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

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


#2facee Background Color

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

This div background color is #2facee


#2facee Border Color

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

This div border color is #2facee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facee


Comments

No comments written yet.

Please login to write comment.