Color Hex Logo

#2384ed Color Hex

#2384ED
(35,132,237)
0 Favorites   0 Comments

Color spaces of #2384ed

RGB 35132237
HSL0.590.850.53
HSV211°85°93°
CMYK 0.850.440.00   0.07
XYZ24.230522.974383.2782
Yxy22.97430.18570.1761
Hunter Lab47.93156.3558-69.4608
CIE-Lab55.045910.8059-60.4100

#2384ed color RGB value is (35,132,237).

#2384ed hex color red value is 35, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2384ed hue: 0.59 , saturation: 0.85 and the lightness value of 2384ed is 0.53.

The process color (four color CMYK) of #2384ed color hex is 0.85, 0.44, 0.00, 0.07. Web safe color of #2384ed is #3399ff. Color #2384ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000100 11101101
Octal 43 204 355
Decimal 35 132 237
Hex 23 84 ED

RGB Percentages of Color #2384ed

%8.66
%32.67
%58.66

CMYK Percentages of Color #2384ed

%85
%44
%0
%7

Triadic Colors of #2384ed

#2384ed #ed2384 #84ed23

Analogous Colors of #2384ed

#2384ed #2723ed #23e9ed

Monochromatic Colors of #2384ed

#2384ed

Complementary Color

#2384ed #ed8c23

#2384ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2384ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2384ed Color CSS Codes

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

#2384ed Text Font Color

<p style="color:#2384ed">Text here</p>

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


#2384ed Background Color

<div style="background-color:#2384ed">
Div content here</div>

This div background color is #2384ed


#2384ed Border Color

<div style="border:3px solid #2384ed">
Div here</div>

This div border color is #2384ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,132,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2384ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2384ed;
  -webkit-box-shadow: 1px 1px 3px 2px #2384ed;
  box-shadow:         1px 1px 3px 2px #2384ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,132,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2384ed


Comments

No comments written yet.

Please login to write comment.