color codes Logo

#2d5eee color codes

#2D5EEE
(45,94,238)
0 Favorites   0 Comments

Color spaces of #2d5eee

RGB 4594238
HSL0.620.850.55
HSV225°81°93°
CMYK 0.810.610.00   0.07
XYZ20.517514.736382.6519
Yxy14.73630.17400.1250
Hunter Lab38.387928.2256-100.7841
CIE-Lab45.270935.8397-76.8037

#2d5eee color RGB value is (45,94,238).

#2d5eee hex color red value is 45, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2d5eee hue: 0.62 , saturation: 0.85 and the lightness value of 2d5eee is 0.55.

The process color (four color CMYK) of #2d5eee color code is 0.81, 0.61, 0.00, 0.07. Web safe color of #2d5eee is #3366ff. Color #2d5eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01011110 11101110
Octal 55 136 356
Decimal 45 94 238
Hex 2D 5E EE

RGB Percentages of Color #2d5eee

%11.94
%24.93
%63.13

CMYK Percentages of Color #2d5eee

%81
%61
%0
%7

Triadic Colors of #2d5eee

#2d5eee #ee2d5e #5eee2d

Analogous Colors of #2d5eee

#2d5eee #5c2dee #2dbfee

Monochromatic Colors of #2d5eee

#2d5eee

Complementary Color

#2d5eee #eebd2d

#2d5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5eee Color CSS Codes

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

#2d5eee Text Font Color

<p style="color:#2d5eee">Text here</p>

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


#2d5eee Background Color

<div style="background-color:#2d5eee">
Div content here</div>

This div background color is #2d5eee


#2d5eee Border Color

<div style="border:3px solid #2d5eee">
Div here</div>

This div border color is #2d5eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5eee


Comments

No comments written yet.

Please login to write comment.