Color Hex Logo

#35bac8 Color Hex

#35BAC8
(53,186,200)
0 Favorites   0 Comments

Color spaces of #35bac8

RGB 53186200
HSL0.520.580.50
HSV186°74°78°
CMYK 0.740.070.00   0.22
XYZ29.452440.044860.8207
Yxy40.04480.22600.3073
Hunter Lab63.2810-27.6637-12.6882
CIE-Lab69.5014-30.1923-17.2965

#35bac8 color RGB value is (53,186,200).

#35bac8 hex color red value is 53, green value is 186 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #35bac8 hue: 0.52 , saturation: 0.58 and the lightness value of 35bac8 is 0.50.

The process color (four color CMYK) of #35bac8 color hex is 0.74, 0.07, 0.00, 0.22. Web safe color of #35bac8 is #33cccc. Color #35bac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11001000
Octal 65 272 310
Decimal 53 186 200
Hex 35 BA C8

RGB Percentages of Color #35bac8

%12.07
%42.37
%45.56

CMYK Percentages of Color #35bac8

%74
%7
%0
%22

Triadic Colors of #35bac8

#35bac8 #c835ba #bac835

Analogous Colors of #35bac8

#35bac8 #3571c8 #35c88d

Monochromatic Colors of #35bac8

#35bac8

Complementary Color

#35bac8 #c84335

#35bac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bac8 Color CSS Codes

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

#35bac8 Text Font Color

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

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


#35bac8 Background Color

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

This div background color is #35bac8


#35bac8 Border Color

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

This div border color is #35bac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bac8


Comments

No comments written yet.

Please login to write comment.