Color Hex Logo

#35afcf Color Hex

#35AFCF
(53,175,207)
0 Favorites   0 Comments

Color spaces of #35afcf

RGB 53175207
HSL0.530.620.51
HSV192°74°81°
CMYK 0.740.150.00   0.19
XYZ28.060735.921864.4861
Yxy35.92180.21840.2796
Hunter Lab59.9348-21.3145-21.8380
CIE-Lab66.4601-22.4987-25.7846

#35afcf color RGB value is (53,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11001111
Octal 65 257 317
Decimal 53 175 207
Hex 35 AF CF

RGB Percentages of Color #35afcf

%12.18
%40.23
%47.59

CMYK Percentages of Color #35afcf

%74
%15
%0
%19

Triadic Colors of #35afcf

#35afcf #cf35af #afcf35

Analogous Colors of #35afcf

#35afcf #3562cf #35cfa2

Monochromatic Colors of #35afcf

#35afcf

Complementary Color

#35afcf #cf5535

#35afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afcf Color CSS Codes

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

#35afcf Text Font Color

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

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


#35afcf Background Color

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

This div background color is #35afcf


#35afcf Border Color

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

This div border color is #35afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afcf


Comments

No comments written yet.

Please login to write comment.