color codes Logo

#35accc color codes

#35ACCC
(53,172,204)
0 Favorites   0 Comments

Color spaces of #35accc

RGB 53172204
HSL0.540.600.50
HSV193°74°80°
CMYK 0.740.160.00   0.20
XYZ27.119834.621662.3800
Yxy34.62160.21850.2789
Hunter Lab58.8401-20.6984-21.6689
CIE-Lab65.4530-21.9211-25.6723

#35accc color RGB value is (53,172,204).

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

The process color (four color CMYK) of #35accc color code is 0.74, 0.16, 0.00, 0.20. Web safe color of #35accc is #3399cc. Color #35accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101100 11001100
Octal 65 254 314
Decimal 53 172 204
Hex 35 AC CC

RGB Percentages of Color #35accc

%12.35
%40.09
%47.55

CMYK Percentages of Color #35accc

%74
%16
%0
%20

Triadic Colors of #35accc

#35accc #cc35ac #accc35

Analogous Colors of #35accc

#35accc #3560cc #35cca1

Monochromatic Colors of #35accc

#35accc

Complementary Color

#35accc #cc5535

#35accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35accc Color CSS Codes

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

#35accc Text Font Color

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

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


#35accc Background Color

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

This div background color is #35accc


#35accc Border Color

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

This div border color is #35accc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,172,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35accc


Comments

No comments written yet.

Please login to write comment.