Color Hex Logo

#35dadd Color Hex

#35DADD
(53,218,221)
0 Favorites   0 Comments

Color spaces of #35dadd

RGB 53218221
HSL0.500.710.54
HSV181°76°87°
CMYK 0.760.010.00   0.13
XYZ39.590756.120177.1522
Yxy56.12010.22900.3247
Hunter Lab74.9133-36.7635-8.6226
CIE-Lab79.6821-39.0110-13.3341

#35dadd color RGB value is (53,218,221).

#35dadd hex color red value is 53, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #35dadd hue: 0.50 , saturation: 0.71 and the lightness value of 35dadd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11011101
Octal 65 332 335
Decimal 53 218 221
Hex 35 DA DD

RGB Percentages of Color #35dadd

%10.77
%44.31
%44.92

CMYK Percentages of Color #35dadd

%76
%1
%0
%13

Triadic Colors of #35dadd

#35dadd #dd35da #dadd35

Analogous Colors of #35dadd

#35dadd #3586dd #35dd8c

Monochromatic Colors of #35dadd

#35dadd

Complementary Color

#35dadd #dd3835

#35dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dadd Color CSS Codes

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

#35dadd Text Font Color

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

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


#35dadd Background Color

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

This div background color is #35dadd


#35dadd Border Color

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

This div border color is #35dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dadd


Comments

No comments written yet.

Please login to write comment.