Color Hex Logo

#277eef Color Hex

#277EEF
(39,126,239)
0 Favorites   0 Comments

Color spaces of #277eef

RGB 39126239
HSL0.590.860.55
HSV214°84°94°
CMYK 0.840.470.00   0.06
XYZ23.877521.585084.5692
Yxy21.58500.18360.1660
Hunter Lab46.459710.4340-75.4021
CIE-Lab53.583915.5603-63.8709

#277eef color RGB value is (39,126,239).

#277eef hex color red value is 39, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #277eef hue: 0.59 , saturation: 0.86 and the lightness value of 277eef is 0.55.

The process color (four color CMYK) of #277eef color hex is 0.84, 0.47, 0.00, 0.06. Web safe color of #277eef is #3366ff. Color #277eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111110 11101111
Octal 47 176 357
Decimal 39 126 239
Hex 27 7E EF

RGB Percentages of Color #277eef

%9.65
%31.19
%59.16

CMYK Percentages of Color #277eef

%84
%47
%0
%6

Triadic Colors of #277eef

#277eef #ef277e #7eef27

Analogous Colors of #277eef

#277eef #3427ef #27e2ef

Monochromatic Colors of #277eef

#277eef

Complementary Color

#277eef #ef9827

#277eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#277eef Color CSS Codes

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

#277eef Text Font Color

<p style="color:#277eef">Text here</p>

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


#277eef Background Color

<div style="background-color:#277eef">
Div content here</div>

This div background color is #277eef


#277eef Border Color

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

This div border color is #277eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,126,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277eef;
  -webkit-box-shadow: 1px 1px 3px 2px #277eef;
  box-shadow:         1px 1px 3px 2px #277eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,126,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 #277eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277eef


Comments

No comments written yet.

Please login to write comment.