Color Hex Logo

#2f8ded Color Hex

#2F8DED
(47,141,237)
0 Favorites   0 Comments

Color spaces of #2f8ded

RGB 47141237
HSL0.580.840.56
HSV210°80°93°
CMYK 0.800.410.00   0.07
XYZ25.983225.768583.7251
Yxy25.76850.19180.1902
Hunter Lab50.76272.5317-62.2557
CIE-Lab57.81676.3298-55.9593

#2f8ded color RGB value is (47,141,237).

#2f8ded hex color red value is 47, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2f8ded hue: 0.58 , saturation: 0.84 and the lightness value of 2f8ded is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10001101 11101101
Octal 57 215 355
Decimal 47 141 237
Hex 2F 8D ED

RGB Percentages of Color #2f8ded

%11.06
%33.18
%55.76

CMYK Percentages of Color #2f8ded

%80
%41
%0
%7

Triadic Colors of #2f8ded

#2f8ded #ed2f8d #8ded2f

Analogous Colors of #2f8ded

#2f8ded #302fed #2feced

Monochromatic Colors of #2f8ded

#2f8ded

Complementary Color

#2f8ded #ed8f2f

#2f8ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f8ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f8ded Color CSS Codes

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

#2f8ded Text Font Color

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

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


#2f8ded Background Color

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

This div background color is #2f8ded


#2f8ded Border Color

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

This div border color is #2f8ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f8ded


Comments

No comments written yet.

Please login to write comment.