Color Hex Logo

#236ace Color Hex

#236ACE
(35,106,206)
0 Favorites   0 Comments

Color spaces of #236ace

RGB 35106206
HSL0.600.710.47
HSV215°83°81°
CMYK 0.830.490.00   0.19
XYZ16.987715.121660.4159
Yxy15.12160.18360.1634
Hunter Lab38.88659.9270-64.8952
CIE-Lab45.800315.2644-57.7942

#236ace color RGB value is (35,106,206).

#236ace hex color red value is 35, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #236ace hue: 0.60 , saturation: 0.71 and the lightness value of 236ace is 0.47.

The process color (four color CMYK) of #236ace color hex is 0.83, 0.49, 0.00, 0.19. Web safe color of #236ace is #3366cc. Color #236ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101010 11001110
Octal 43 152 316
Decimal 35 106 206
Hex 23 6A CE

RGB Percentages of Color #236ace

%10.09
%30.55
%59.37

CMYK Percentages of Color #236ace

%83
%49
%0
%19

Triadic Colors of #236ace

#236ace #ce236a #6ace23

Analogous Colors of #236ace

#236ace #3123ce #23c0ce

Monochromatic Colors of #236ace

#236ace

Complementary Color

#236ace #ce8723

#236ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#236ace Color CSS Codes

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

#236ace Text Font Color

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

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


#236ace Background Color

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

This div background color is #236ace


#236ace Border Color

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

This div border color is #236ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #236ace


Comments

No comments written yet.

Please login to write comment.