Color Hex Logo

#276edf Color Hex

#276EDF
(39,110,223)
0 Favorites   0 Comments

Color spaces of #276edf

RGB 39110223
HSL0.600.740.51
HSV217°83°87°
CMYK 0.830.510.00   0.13
XYZ19.731916.910972.0362
Yxy16.91090.18160.1556
Hunter Lab41.122913.6843-75.0741
CIE-Lab48.147619.5621-63.6724

#276edf color RGB value is (39,110,223).

#276edf hex color red value is 39, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #276edf hue: 0.60 , saturation: 0.74 and the lightness value of 276edf is 0.51.

The process color (four color CMYK) of #276edf color hex is 0.83, 0.51, 0.00, 0.13. Web safe color of #276edf is #3366cc. Color #276edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101110 11011111
Octal 47 156 337
Decimal 39 110 223
Hex 27 6E DF

RGB Percentages of Color #276edf

%10.48
%29.57
%59.95

CMYK Percentages of Color #276edf

%83
%51
%0
%13

Triadic Colors of #276edf

#276edf #df276e #6edf27

Analogous Colors of #276edf

#276edf #3c27df #27cadf

Monochromatic Colors of #276edf

#276edf

Complementary Color

#276edf #df9827

#276edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#276edf Color CSS Codes

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

#276edf Text Font Color

<p style="color:#276edf">Text here</p>

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


#276edf Background Color

<div style="background-color:#276edf">
Div content here</div>

This div background color is #276edf


#276edf Border Color

<div style="border:3px solid #276edf">
Div here</div>

This div border color is #276edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,110,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276edf;
  -webkit-box-shadow: 1px 1px 3px 2px #276edf;
  box-shadow:         1px 1px 3px 2px #276edf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276edf


Comments

No comments written yet.

Please login to write comment.