Color Hex Logo

#35dada Color Hex

#35DADA
(53,218,218)
0 Favorites   0 Comments

Color spaces of #35dada

RGB 53218218
HSL0.500.690.53
HSV180°76°85°
CMYK 0.760.000.00   0.15
XYZ39.194555.961675.0656
Yxy55.96160.23030.3288
Hunter Lab74.8075-37.3901-7.1293
CIE-Lab79.5920-39.8721-11.8675

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

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

The process color (four color CMYK) of #35dada color hex is 0.76, 0.00, 0.00, 0.15. Web safe color of #35dada is #33cccc. Color #35dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11011010
Octal 65 332 332
Decimal 53 218 218
Hex 35 DA DA

RGB Percentages of Color #35dada

%10.84
%44.58
%44.58

CMYK Percentages of Color #35dada

%76
%0
%0
%15

Triadic Colors of #35dada

#35dada #da35da #dada35

Analogous Colors of #35dada

#35dada #3588da #35da88

Monochromatic Colors of #35dada

#35dada

Complementary Color

#35dada #da3535

#35dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dada Color CSS Codes

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

#35dada Text Font Color

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

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


#35dada Background Color

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

This div background color is #35dada


#35dada Border Color

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

This div border color is #35dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dada


Comments

No comments written yet.

Please login to write comment.