Color Hex Logo

#35afce Color Hex

#35AFCE
(53,175,206)
0 Favorites   0 Comments

Color spaces of #35afce

RGB 53175206
HSL0.530.610.51
HSV192°74°81°
CMYK 0.740.150.00   0.19
XYZ27.938735.873163.8442
Yxy35.87310.21890.2810
Hunter Lab59.8942-21.5503-21.2743
CIE-Lab66.4228-22.8212-25.2897

#35afce color RGB value is (53,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11001110
Octal 65 257 316
Decimal 53 175 206
Hex 35 AF CE

RGB Percentages of Color #35afce

%12.21
%40.32
%47.47

CMYK Percentages of Color #35afce

%74
%15
%0
%19

Triadic Colors of #35afce

#35afce #ce35af #afce35

Analogous Colors of #35afce

#35afce #3562ce #35cea1

Monochromatic Colors of #35afce

#35afce

Complementary Color

#35afce #ce5435

#35afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afce Color CSS Codes

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

#35afce Text Font Color

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

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


#35afce Background Color

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

This div background color is #35afce


#35afce Border Color

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

This div border color is #35afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afce


Comments

No comments written yet.

Please login to write comment.