Color Hex Logo

#2f82ee Color Hex

#2F82EE
(47,130,238)
0 Favorites   0 Comments

Color spaces of #2f82ee

RGB 47130238
HSL0.590.850.56
HSV214°80°93°
CMYK 0.800.450.00   0.07
XYZ24.587522.742683.9828
Yxy22.74260.18720.1732
Hunter Lab47.68928.5746-71.0299
CIE-Lab54.806213.3883-61.3375

#2f82ee color RGB value is (47,130,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10000010 11101110
Octal 57 202 356
Decimal 47 130 238
Hex 2F 82 EE

RGB Percentages of Color #2f82ee

%11.33
%31.33
%57.35

CMYK Percentages of Color #2f82ee

%80
%45
%0
%7

Triadic Colors of #2f82ee

#2f82ee #ee2f82 #82ee2f

Analogous Colors of #2f82ee

#2f82ee #3b2fee #2fe2ee

Monochromatic Colors of #2f82ee

#2f82ee

Complementary Color

#2f82ee #ee9b2f

#2f82ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f82ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f82ee Color CSS Codes

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

#2f82ee Text Font Color

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

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


#2f82ee Background Color

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

This div background color is #2f82ee


#2f82ee Border Color

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

This div border color is #2f82ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f82ee


Comments

No comments written yet.

Please login to write comment.