Color Hex Logo

#2fcaec Color Hex

#2FCAEC
(47,202,236)
0 Favorites   0 Comments

Color spaces of #2fcaec

RGB 47202236
HSL0.530.830.55
HSV191°80°93°
CMYK 0.800.140.00   0.07
XYZ37.433148.901586.8229
Yxy48.90150.21620.2824
Hunter Lab69.9296-26.8263-24.6623
CIE-Lab75.3900-27.4209-27.8929

#2fcaec color RGB value is (47,202,236).

#2fcaec hex color red value is 47, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2fcaec hue: 0.53 , saturation: 0.83 and the lightness value of 2fcaec is 0.55.

The process color (four color CMYK) of #2fcaec color hex is 0.80, 0.14, 0.00, 0.07. Web safe color of #2fcaec is #33ccff. Color #2fcaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001010 11101100
Octal 57 312 354
Decimal 47 202 236
Hex 2F CA EC

RGB Percentages of Color #2fcaec

%9.69
%41.65
%48.66

CMYK Percentages of Color #2fcaec

%80
%14
%0
%7

Triadic Colors of #2fcaec

#2fcaec #ec2fca #caec2f

Analogous Colors of #2fcaec

#2fcaec #2f6cec #2fecb0

Monochromatic Colors of #2fcaec

#2fcaec

Complementary Color

#2fcaec #ec512f

#2fcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcaec Color CSS Codes

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

#2fcaec Text Font Color

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

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


#2fcaec Background Color

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

This div background color is #2fcaec


#2fcaec Border Color

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

This div border color is #2fcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcaec


Comments

No comments written yet.

Please login to write comment.