Color Hex Logo

#35acce Color Hex

#35ACCE
(53,172,206)
0 Favorites   0 Comments

Color spaces of #35acce

RGB 53172206
HSL0.540.610.51
HSV193°74°81°
CMYK 0.740.170.00   0.19
XYZ27.361334.718263.6517
Yxy34.71820.21760.2761
Hunter Lab58.9222-20.2249-22.8036
CIE-Lab65.5287-21.2732-26.6630

#35acce color RGB value is (53,172,206).

#35acce hex color red value is 53, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #35acce hue: 0.54 , saturation: 0.61 and the lightness value of 35acce is 0.51.

The process color (four color CMYK) of #35acce color hex is 0.74, 0.17, 0.00, 0.19. Web safe color of #35acce is #3399cc. Color #35acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101100 11001110
Octal 65 254 316
Decimal 53 172 206
Hex 35 AC CE

RGB Percentages of Color #35acce

%12.30
%39.91
%47.80

CMYK Percentages of Color #35acce

%74
%17
%0
%19

Triadic Colors of #35acce

#35acce #ce35ac #acce35

Analogous Colors of #35acce

#35acce #3560ce #35cea4

Monochromatic Colors of #35acce

#35acce

Complementary Color

#35acce #ce5735

#35acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#35acce Color CSS Codes

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

#35acce Text Font Color

<p style="color:#35acce">Text here</p>

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


#35acce Background Color

<div style="background-color:#35acce">
Div content here</div>

This div background color is #35acce


#35acce Border Color

<div style="border:3px solid #35acce">
Div here</div>

This div border color is #35acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35acce


Comments

No comments written yet.

Please login to write comment.