Color Hex Logo

#35cadb Color Hex

#35CADB
(53,202,219)
0 Favorites   0 Comments

Color spaces of #35cadb

RGB 53202219
HSL0.520.700.53
HSV186°76°86°
CMYK 0.760.080.00   0.14
XYZ35.374948.112474.4400
Yxy48.11240.22400.3046
Hunter Lab69.3631-30.3512-15.0754
CIE-Lab74.8958-32.1348-19.4721

#35cadb color RGB value is (53,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001010 11011011
Octal 65 312 333
Decimal 53 202 219
Hex 35 CA DB

RGB Percentages of Color #35cadb

%11.18
%42.62
%46.20

CMYK Percentages of Color #35cadb

%76
%8
%0
%14

Triadic Colors of #35cadb

#35cadb #db35ca #cadb35

Analogous Colors of #35cadb

#35cadb #3577db #35db99

Monochromatic Colors of #35cadb

#35cadb

Complementary Color

#35cadb #db4635

#35cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cadb Color CSS Codes

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

#35cadb Text Font Color

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

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


#35cadb Background Color

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

This div background color is #35cadb


#35cadb Border Color

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

This div border color is #35cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cadb


Comments

No comments written yet.

Please login to write comment.