Color Hex Logo

#35adcb Color Hex

#35ADCB
(53,173,203)
0 Favorites   0 Comments

Color spaces of #35adcb

RGB 53173203
HSL0.530.590.50
HSV192°74°80°
CMYK 0.740.150.00   0.20
XYZ27.191334.955861.8139
Yxy34.95580.21940.2820
Hunter Lab59.1234-21.3725-20.6016
CIE-Lab65.7142-22.7582-24.7178

#35adcb color RGB value is (53,173,203).

#35adcb hex color red value is 53, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #35adcb hue: 0.53 , saturation: 0.59 and the lightness value of 35adcb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11001011
Octal 65 255 313
Decimal 53 173 203
Hex 35 AD CB

RGB Percentages of Color #35adcb

%12.35
%40.33
%47.32

CMYK Percentages of Color #35adcb

%74
%15
%0
%20

Triadic Colors of #35adcb

#35adcb #cb35ad #adcb35

Analogous Colors of #35adcb

#35adcb #3562cb #35cb9e

Monochromatic Colors of #35adcb

#35adcb

Complementary Color

#35adcb #cb5335

#35adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adcb Color CSS Codes

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

#35adcb Text Font Color

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

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


#35adcb Background Color

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

This div background color is #35adcb


#35adcb Border Color

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

This div border color is #35adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adcb


Comments

No comments written yet.

Please login to write comment.