Color Hex Logo

#35c3db Color Hex

#35C3DB
(53,195,219)
0 Favorites   0 Comments

Color spaces of #35c3db

RGB 53195219
HSL0.520.700.53
HSV189°76°86°
CMYK 0.760.110.00   0.14
XYZ33.769544.901673.9049
Yxy44.90160.22130.2943
Hunter Lab67.0087-27.3088-18.4858
CIE-Lab72.8271-28.7430-22.6157

#35c3db color RGB value is (53,195,219).

#35c3db hex color red value is 53, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #35c3db hue: 0.52 , saturation: 0.70 and the lightness value of 35c3db is 0.53.

The process color (four color CMYK) of #35c3db color hex is 0.76, 0.11, 0.00, 0.14. Web safe color of #35c3db is #33cccc. Color #35c3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11000011 11011011
Octal 65 303 333
Decimal 53 195 219
Hex 35 C3 DB

RGB Percentages of Color #35c3db

%11.35
%41.76
%46.90

CMYK Percentages of Color #35c3db

%76
%11
%0
%14

Triadic Colors of #35c3db

#35c3db #db35c3 #c3db35

Analogous Colors of #35c3db

#35c3db #3570db #35dba0

Monochromatic Colors of #35c3db

#35c3db

Complementary Color

#35c3db #db4d35

#35c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#35c3db Color CSS Codes

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

#35c3db Text Font Color

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

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


#35c3db Background Color

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

This div background color is #35c3db


#35c3db Border Color

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

This div border color is #35c3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35c3db


Comments

No comments written yet.

Please login to write comment.