Color Hex Logo

#255eee Color Hex

#255EEE
(37,94,238)
0 Favorites   0 Comments

Color spaces of #255eee

RGB 3794238
HSL0.620.860.54
HSV223°84°93°
CMYK 0.840.610.00   0.07
XYZ20.198314.571882.6370
Yxy14.57180.17200.1241
Hunter Lab38.173027.6460-101.6299
CIE-Lab45.042035.2625-77.1873

#255eee color RGB value is (37,94,238).

#255eee hex color red value is 37, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #255eee hue: 0.62 , saturation: 0.86 and the lightness value of 255eee is 0.54.

The process color (four color CMYK) of #255eee color hex is 0.84, 0.61, 0.00, 0.07. Web safe color of #255eee is #3366ff. Color #255eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 11101110
Octal 45 136 356
Decimal 37 94 238
Hex 25 5E EE

RGB Percentages of Color #255eee

%10.03
%25.47
%64.50

CMYK Percentages of Color #255eee

%84
%61
%0
%7

Triadic Colors of #255eee

#255eee #ee255e #5eee25

Analogous Colors of #255eee

#255eee #5125ee #25c3ee

Monochromatic Colors of #255eee

#255eee

Complementary Color

#255eee #eeb525

#255eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eee Color CSS Codes

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

#255eee Text Font Color

<p style="color:#255eee">Text here</p>

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


#255eee Background Color

<div style="background-color:#255eee">
Div content here</div>

This div background color is #255eee


#255eee Border Color

<div style="border:3px solid #255eee">
Div here</div>

This div border color is #255eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,94,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255eee;
  -webkit-box-shadow: 1px 1px 3px 2px #255eee;
  box-shadow:         1px 1px 3px 2px #255eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,94,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 #255eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eee


Comments

No comments written yet.

Please login to write comment.