Color Hex Logo

#2f7ded Color Hex

#2F7DED
(47,125,237)
0 Favorites   0 Comments

Color spaces of #2f7ded

RGB 47125237
HSL0.600.840.56
HSV215°80°93°
CMYK 0.800.470.00   0.07
XYZ23.792021.386082.9947
Yxy21.38600.18560.1669
Hunter Lab46.245010.9054-74.0347
CIE-Lab53.369416.1079-63.0927

#2f7ded color RGB value is (47,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01111101 11101101
Octal 57 175 355
Decimal 47 125 237
Hex 2F 7D ED

RGB Percentages of Color #2f7ded

%11.49
%30.56
%57.95

CMYK Percentages of Color #2f7ded

%80
%47
%0
%7

Triadic Colors of #2f7ded

#2f7ded #ed2f7d #7ded2f

Analogous Colors of #2f7ded

#2f7ded #402fed #2fdced

Monochromatic Colors of #2f7ded

#2f7ded

Complementary Color

#2f7ded #ed9f2f

#2f7ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f7ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f7ded Color CSS Codes

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

#2f7ded Text Font Color

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

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


#2f7ded Background Color

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

This div background color is #2f7ded


#2f7ded Border Color

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

This div border color is #2f7ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f7ded


Comments

No comments written yet.

Please login to write comment.