Color Hex Logo

#2396dc Color Hex

#2396DC
(35,150,220)
0 Favorites   0 Comments

Color spaces of #2396dc

RGB 35150220
HSL0.560.730.50
HSV203°84°86°
CMYK 0.840.320.00   0.14
XYZ24.517827.337371.6946
Yxy27.33730.19840.2213
Hunter Lab52.2851-7.7957-44.7004
CIE-Lab59.2852-6.2192-44.1937

#2396dc color RGB value is (35,150,220).

#2396dc hex color red value is 35, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2396dc hue: 0.56 , saturation: 0.73 and the lightness value of 2396dc is 0.50.

The process color (four color CMYK) of #2396dc color hex is 0.84, 0.32, 0.00, 0.14. Web safe color of #2396dc is #3399cc. Color #2396dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10010110 11011100
Octal 43 226 334
Decimal 35 150 220
Hex 23 96 DC

RGB Percentages of Color #2396dc

%8.64
%37.04
%54.32

CMYK Percentages of Color #2396dc

%84
%32
%0
%14

Triadic Colors of #2396dc

#2396dc #dc2396 #96dc23

Analogous Colors of #2396dc

#2396dc #2339dc #23dcc6

Monochromatic Colors of #2396dc

#2396dc

Complementary Color

#2396dc #dc6923

#2396dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2396dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2396dc Color CSS Codes

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

#2396dc Text Font Color

<p style="color:#2396dc">Text here</p>

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


#2396dc Background Color

<div style="background-color:#2396dc">
Div content here</div>

This div background color is #2396dc


#2396dc Border Color

<div style="border:3px solid #2396dc">
Div here</div>

This div border color is #2396dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,150,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2396dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2396dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2396dc;
  box-shadow:         1px 1px 3px 2px #2396dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2396dc


Comments

No comments written yet.

Please login to write comment.