Color Hex Logo

#1852ee Color Hex

#1852EE
(24,82,238)
0 Favorites   0 Comments

Color spaces of #1852ee

RGB 2482238
HSL0.620.860.51
HSV224°90°93°
CMYK 0.900.660.00   0.07
XYZ18.826612.401882.2904
Yxy12.40180.16580.1092
Hunter Lab35.216233.7979-113.8928
CIE-Lab41.847742.1179-82.4393

#1852ee color RGB value is (24,82,238).

#1852ee hex color red value is 24, green value is 82 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1852ee hue: 0.62 , saturation: 0.86 and the lightness value of 1852ee is 0.51.

The process color (four color CMYK) of #1852ee color hex is 0.90, 0.66, 0.00, 0.07. Web safe color of #1852ee is #0066ff. Color #1852ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010010 11101110
Octal 30 122 356
Decimal 24 82 238
Hex 18 52 EE

RGB Percentages of Color #1852ee

%6.98
%23.84
%69.19

CMYK Percentages of Color #1852ee

%90
%66
%0
%7

Triadic Colors of #1852ee

#1852ee #ee1852 #52ee18

Analogous Colors of #1852ee

#1852ee #4918ee #18bdee

Monochromatic Colors of #1852ee

#1852ee

Complementary Color

#1852ee #eeb418

#1852ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1852ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1852ee Color CSS Codes

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

#1852ee Text Font Color

<p style="color:#1852ee">Text here</p>

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


#1852ee Background Color

<div style="background-color:#1852ee">
Div content here</div>

This div background color is #1852ee


#1852ee Border Color

<div style="border:3px solid #1852ee">
Div here</div>

This div border color is #1852ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,82,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1852ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1852ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1852ee;
  box-shadow:         1px 1px 3px 2px #1852ee; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1852ee


Comments

No comments written yet.

Please login to write comment.