Color Hex Logo

#3f9eef Color Hex

#3F9EEF
(63,158,239)
0 Favorites   0 Comments

Color spaces of #3f9eef

RGB 63158239
HSL0.580.850.59
HSV208°74°94°
CMYK 0.740.340.00   0.06
XYZ29.856731.742586.2146
Yxy31.74250.20200.2147
Hunter Lab56.3405-4.0027-51.2897
CIE-Lab63.1295-1.1858-48.5976

#3f9eef color RGB value is (63,158,239).

#3f9eef hex color red value is 63, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3f9eef hue: 0.58 , saturation: 0.85 and the lightness value of 3f9eef is 0.59.

The process color (four color CMYK) of #3f9eef color hex is 0.74, 0.34, 0.00, 0.06. Web safe color of #3f9eef is #3399ff. Color #3f9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10011110 11101111
Octal 77 236 357
Decimal 63 158 239
Hex 3F 9E EF

RGB Percentages of Color #3f9eef

%13.70
%34.35
%51.96

CMYK Percentages of Color #3f9eef

%74
%34
%0
%6

Triadic Colors of #3f9eef

#3f9eef #ef3f9e #9eef3f

Analogous Colors of #3f9eef

#3f9eef #3f46ef #3fefe8

Monochromatic Colors of #3f9eef

#3f9eef

Complementary Color

#3f9eef #ef903f

#3f9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f9eef Color CSS Codes

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

#3f9eef Text Font Color

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

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


#3f9eef Background Color

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

This div background color is #3f9eef


#3f9eef Border Color

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

This div border color is #3f9eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,158,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f9eef


Comments

No comments written yet.

Please login to write comment.