Color Hex Logo

#277ebd Color Hex

#277EBD
(39,126,189)
0 Favorites   0 Comments

Color spaces of #277ebd

RGB 39126189
HSL0.570.660.45
HSV205°79°74°
CMYK 0.790.330.00   0.26
XYZ17.482919.027250.8953
Yxy19.02720.20000.2177
Hunter Lab43.6202-4.7928-38.6445
CIE-Lab50.7190-3.2264-40.1830

#277ebd color RGB value is (39,126,189).

#277ebd hex color red value is 39, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #277ebd hue: 0.57 , saturation: 0.66 and the lightness value of 277ebd is 0.45.

The process color (four color CMYK) of #277ebd color hex is 0.79, 0.33, 0.00, 0.26. Web safe color of #277ebd is #3366cc. Color #277ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111110 10111101
Octal 47 176 275
Decimal 39 126 189
Hex 27 7E BD

RGB Percentages of Color #277ebd

%11.02
%35.59
%53.39

CMYK Percentages of Color #277ebd

%79
%33
%0
%26

Triadic Colors of #277ebd

#277ebd #bd277e #7ebd27

Analogous Colors of #277ebd

#277ebd #2733bd #27bdb1

Monochromatic Colors of #277ebd

#277ebd

Complementary Color

#277ebd #bd6627

#277ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#277ebd Color CSS Codes

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

#277ebd Text Font Color

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

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


#277ebd Background Color

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

This div background color is #277ebd


#277ebd Border Color

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

This div border color is #277ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,126,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277ebd


Comments

No comments written yet.

Please login to write comment.