Color Hex Logo

#35dadb Color Hex

#35DADB
(53,218,219)
0 Favorites   0 Comments

Color spaces of #35dadb

RGB 53218219
HSL0.500.700.53
HSV180°76°86°
CMYK 0.760.000.00   0.14
XYZ39.325856.014275.7570
Yxy56.01420.22980.3274
Hunter Lab74.8426-37.1824-7.6245
CIE-Lab79.6219-39.5861-12.3566

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11011011
Octal 65 332 333
Decimal 53 218 219
Hex 35 DA DB

RGB Percentages of Color #35dadb

%10.82
%44.49
%44.69

CMYK Percentages of Color #35dadb

%76
%0
%0
%14

Triadic Colors of #35dadb

#35dadb #db35da #dadb35

Analogous Colors of #35dadb

#35dadb #3587db #35db89

Monochromatic Colors of #35dadb

#35dadb

Complementary Color

#35dadb #db3635

#35dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dadb Color CSS Codes

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

#35dadb Text Font Color

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

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


#35dadb Background Color

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

This div background color is #35dadb


#35dadb Border Color

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

This div border color is #35dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dadb


Comments

No comments written yet.

Please login to write comment.