color codes Logo

#2f6eef color codes

#2F6EEF
(47,110,239)
0 Favorites   0 Comments

Color spaces of #2f6eef

RGB 47110239
HSL0.610.860.56
HSV220°80°94°
CMYK 0.800.540.00   0.06
XYZ22.328217.988283.9566
Yxy17.98820.17970.1447
Hunter Lab42.412519.7500-87.6773
CIE-Lab49.481826.2651-70.4985

#2f6eef color RGB value is (47,110,239).

#2f6eef hex color red value is 47, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2f6eef hue: 0.61 , saturation: 0.86 and the lightness value of 2f6eef is 0.56.

The process color (four color CMYK) of #2f6eef color code is 0.80, 0.54, 0.00, 0.06. Web safe color of #2f6eef is #3366ff. Color #2f6eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101110 11101111
Octal 57 156 357
Decimal 47 110 239
Hex 2F 6E EF

RGB Percentages of Color #2f6eef

%11.87
%27.78
%60.35

CMYK Percentages of Color #2f6eef

%80
%54
%0
%6

Triadic Colors of #2f6eef

#2f6eef #ef2f6e #6eef2f

Analogous Colors of #2f6eef

#2f6eef #502fef #2fceef

Monochromatic Colors of #2f6eef

#2f6eef

Complementary Color

#2f6eef #efb02f

#2f6eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6eef Color CSS Codes

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

#2f6eef Text Font Color

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

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


#2f6eef Background Color

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

This div background color is #2f6eef


#2f6eef Border Color

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

This div border color is #2f6eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,110,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 #2f6eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6eef


Comments

No comments written yet.

Please login to write comment.