Color Hex Logo

#3fbeec Color Hex

#3FBEEC
(63,190,236)
0 Favorites   0 Comments

Color spaces of #3fbeec

RGB 63190236
HSL0.540.820.59
HSV196°73°93°
CMYK 0.730.190.00   0.07
XYZ35.603743.939885.9616
Yxy43.93980.21510.2655
Hunter Lab66.2871-20.1277-30.4867
CIE-Lab72.1882-19.6906-32.7979

#3fbeec color RGB value is (63,190,236).

#3fbeec hex color red value is 63, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3fbeec hue: 0.54 , saturation: 0.82 and the lightness value of 3fbeec is 0.59.

The process color (four color CMYK) of #3fbeec color hex is 0.73, 0.19, 0.00, 0.07. Web safe color of #3fbeec is #33ccff. Color #3fbeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11101100
Octal 77 276 354
Decimal 63 190 236
Hex 3F BE EC

RGB Percentages of Color #3fbeec

%12.88
%38.85
%48.26

CMYK Percentages of Color #3fbeec

%73
%19
%0
%7

Triadic Colors of #3fbeec

#3fbeec #ec3fbe #beec3f

Analogous Colors of #3fbeec

#3fbeec #3f68ec #3fecc4

Monochromatic Colors of #3fbeec

#3fbeec

Complementary Color

#3fbeec #ec6d3f

#3fbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbeec Color CSS Codes

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

#3fbeec Text Font Color

<p style="color:#3fbeec">Text here</p>

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


#3fbeec Background Color

<div style="background-color:#3fbeec">
Div content here</div>

This div background color is #3fbeec


#3fbeec Border Color

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

This div border color is #3fbeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,190,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 #3fbeec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbeec


Comments

No comments written yet.

Please login to write comment.