Color Hex Logo

#2384dd Color Hex

#2384DD
(35,132,221)
0 Favorites   0 Comments

Color spaces of #2384dd

RGB 35132221
HSL0.580.730.50
HSV209°84°87°
CMYK 0.840.400.00   0.13
XYZ21.995522.080371.5092
Yxy22.08030.19030.1910
Hunter Lab46.98971.3225-57.3351
CIE-Lab54.11214.7668-52.9628

#2384dd color RGB value is (35,132,221).

#2384dd hex color red value is 35, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2384dd hue: 0.58 , saturation: 0.73 and the lightness value of 2384dd is 0.50.

The process color (four color CMYK) of #2384dd color hex is 0.84, 0.40, 0.00, 0.13. Web safe color of #2384dd is #3399cc. Color #2384dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000100 11011101
Octal 43 204 335
Decimal 35 132 221
Hex 23 84 DD

RGB Percentages of Color #2384dd

%9.02
%34.02
%56.96

CMYK Percentages of Color #2384dd

%84
%40
%0
%13

Triadic Colors of #2384dd

#2384dd #dd2384 #84dd23

Analogous Colors of #2384dd

#2384dd #2327dd #23ddd9

Monochromatic Colors of #2384dd

#2384dd

Complementary Color

#2384dd #dd7c23

#2384dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2384dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2384dd Color CSS Codes

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

#2384dd Text Font Color

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

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


#2384dd Background Color

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

This div background color is #2384dd


#2384dd Border Color

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

This div border color is #2384dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2384dd


Comments

No comments written yet.

Please login to write comment.