Color Hex Logo

#1835ee Color Hex

#1835EE
(24,53,238)
0 Favorites   0 Comments

Color spaces of #1835ee

RGB 2453238
HSL0.640.860.51
HSV232°90°93°
CMYK 0.900.780.00   0.07
XYZ17.08248.913481.7090
Yxy8.91340.15860.0828
Hunter Lab29.855349.8860-141.3681
CIE-Lab35.817058.8182-92.4070

#1835ee color RGB value is (24,53,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110101 11101110
Octal 30 65 356
Decimal 24 53 238
Hex 18 35 EE

RGB Percentages of Color #1835ee

%7.62
%16.83
%75.56

CMYK Percentages of Color #1835ee

%90
%78
%0
%7

Triadic Colors of #1835ee

#1835ee #ee1835 #35ee18

Analogous Colors of #1835ee

#1835ee #6618ee #18a0ee

Monochromatic Colors of #1835ee

#1835ee

Complementary Color

#1835ee #eed118

#1835ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1835ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1835ee Color CSS Codes

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

#1835ee Text Font Color

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

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


#1835ee Background Color

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

This div background color is #1835ee


#1835ee Border Color

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

This div border color is #1835ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1835ee


Comments

No comments written yet.

Please login to write comment.