Color Hex Logo

#35aacf Color Hex

#35AACF
(53,170,207)
0 Favorites   0 Comments

Color spaces of #35aacf

RGB 53170207
HSL0.540.620.51
HSV194°74°81°
CMYK 0.740.180.00   0.19
XYZ27.105434.011364.1677
Yxy34.01130.21640.2715
Hunter Lab58.3192-19.0960-24.4124
CIE-Lab64.9715-19.9042-28.0742

#35aacf color RGB value is (53,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101010 11001111
Octal 65 252 317
Decimal 53 170 207
Hex 35 AA CF

RGB Percentages of Color #35aacf

%12.33
%39.53
%48.14

CMYK Percentages of Color #35aacf

%74
%18
%0
%19

Triadic Colors of #35aacf

#35aacf #cf35aa #aacf35

Analogous Colors of #35aacf

#35aacf #355dcf #35cfa7

Monochromatic Colors of #35aacf

#35aacf

Complementary Color

#35aacf #cf5a35

#35aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aacf Color CSS Codes

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

#35aacf Text Font Color

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

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


#35aacf Background Color

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

This div background color is #35aacf


#35aacf Border Color

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

This div border color is #35aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aacf


Comments

No comments written yet.

Please login to write comment.