Color Hex Logo

#35dafc Color Hex

#35DAFC
(53,218,252)
0 Favorites   0 Comments

Color spaces of #35dafc

RGB 53218252
HSL0.530.970.60
HSV190°79°99°
CMYK 0.790.130.00   0.01
XYZ44.110357.9280100.9518
Yxy57.92800.21730.2854
Hunter Lab76.1104-29.7425-25.3641
CIE-Lab80.6987-29.6924-28.2990

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11111100
Octal 65 332 374
Decimal 53 218 252
Hex 35 DA FC

RGB Percentages of Color #35dafc

%10.13
%41.68
%48.18

CMYK Percentages of Color #35dafc

%79
%13
%0
%1

Triadic Colors of #35dafc

#35dafc #fc35da #dafc35

Analogous Colors of #35dafc

#35dafc #3577fc #35fcbb

Monochromatic Colors of #35dafc

#35dafc

Complementary Color

#35dafc #fc5735

#35dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dafc Color CSS Codes

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

#35dafc Text Font Color

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

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


#35dafc Background Color

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

This div background color is #35dafc


#35dafc Border Color

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

This div border color is #35dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dafc


Comments

No comments written yet.

Please login to write comment.