Color Hex Logo

#236edc Color Hex

#236EDC
(35,110,220)
0 Favorites   0 Comments

Color spaces of #236edc

RGB 35110220
HSL0.600.730.50
HSV216°84°86°
CMYK 0.840.500.00   0.14
XYZ19.187316.676569.9177
Yxy16.67650.18140.1577
Hunter Lab40.836912.4041-72.9259
CIE-Lab47.849818.0964-62.4604

#236edc color RGB value is (35,110,220).

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

The process color (four color CMYK) of #236edc color hex is 0.84, 0.50, 0.00, 0.14. Web safe color of #236edc is #3366cc. Color #236edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101110 11011100
Octal 43 156 334
Decimal 35 110 220
Hex 23 6E DC

RGB Percentages of Color #236edc

%9.59
%30.14
%60.27

CMYK Percentages of Color #236edc

%84
%50
%0
%14

Triadic Colors of #236edc

#236edc #dc236e #6edc23

Analogous Colors of #236edc

#236edc #3423dc #23cbdc

Monochromatic Colors of #236edc

#236edc

Complementary Color

#236edc #dc9123

#236edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#236edc Color CSS Codes

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

#236edc Text Font Color

<p style="color:#236edc">Text here</p>

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


#236edc Background Color

<div style="background-color:#236edc">
Div content here</div>

This div background color is #236edc


#236edc Border Color

<div style="border:3px solid #236edc">
Div here</div>

This div border color is #236edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,110,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 #236edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236edc


Comments

No comments written yet.

Please login to write comment.