Color Hex Logo

#35daff Color Hex

#35DAFF
(53,218,255)
0 Favorites   0 Comments

Color spaces of #35daff

RGB 53218255
HSL0.531.000.60
HSV191°79°100°
CMYK 0.790.150.00   0.00
XYZ44.589658.1197103.4758
Yxy58.11970.21630.2819
Hunter Lab76.2363-29.0112-27.1092
CIE-Lab80.8053-28.7546-29.7272

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

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

The process color (four color CMYK) of #35daff color hex is 0.79, 0.15, 0.00, 0.00. Web safe color of #35daff is #33ccff. Color #35daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11111111
Octal 65 332 377
Decimal 53 218 255
Hex 35 DA FF

RGB Percentages of Color #35daff

%10.08
%41.44
%48.48

CMYK Percentages of Color #35daff

%79
%15
%0
%0

Triadic Colors of #35daff

#35daff #ff35da #daff35

Analogous Colors of #35daff

#35daff #3575ff #35ffbf

Monochromatic Colors of #35daff

#35daff

Complementary Color

#35daff #ff5a35

#35daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35daff Color CSS Codes

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

#35daff Text Font Color

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

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


#35daff Background Color

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

This div background color is #35daff


#35daff Border Color

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

This div border color is #35daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35daff

Related Colors


Comments

No comments written yet.

Please login to write comment.