Color Hex Logo

#274cee Color Hex

#274CEE
(39,76,238)
0 Favorites   0 Comments

Color spaces of #274cee

RGB 3976238
HSL0.640.850.54
HSV229°84°93°
CMYK 0.840.680.00   0.07
XYZ18.853811.773382.1677
Yxy11.77330.16720.1044
Hunter Lab34.312238.0353-117.9635
CIE-Lab40.853546.5435-84.0629

#274cee color RGB value is (39,76,238).

#274cee hex color red value is 39, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #274cee hue: 0.64 , saturation: 0.85 and the lightness value of 274cee is 0.54.

The process color (four color CMYK) of #274cee color hex is 0.84, 0.68, 0.00, 0.07. Web safe color of #274cee is #3333ff. Color #274cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001100 11101110
Octal 47 114 356
Decimal 39 76 238
Hex 27 4C EE

RGB Percentages of Color #274cee

%11.05
%21.53
%67.42

CMYK Percentages of Color #274cee

%84
%68
%0
%7

Triadic Colors of #274cee

#274cee #ee274c #4cee27

Analogous Colors of #274cee

#274cee #6627ee #27b0ee

Monochromatic Colors of #274cee

#274cee

Complementary Color

#274cee #eec927

#274cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#274cee Color CSS Codes

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

#274cee Text Font Color

<p style="color:#274cee">Text here</p>

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


#274cee Background Color

<div style="background-color:#274cee">
Div content here</div>

This div background color is #274cee


#274cee Border Color

<div style="border:3px solid #274cee">
Div here</div>

This div border color is #274cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,76,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274cee;
  -webkit-box-shadow: 1px 1px 3px 2px #274cee;
  box-shadow:         1px 1px 3px 2px #274cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274cee


Comments

No comments written yet.

Please login to write comment.