Color Hex Logo

#35daec Color Hex

#35DAEC
(53,218,236)
0 Favorites   0 Comments

Color spaces of #35daec

RGB 53218236
HSL0.520.830.57
HSV186°78°93°
CMYK 0.780.080.00   0.07
XYZ41.679956.955888.1537
Yxy56.95580.22310.3049
Hunter Lab75.4691-33.4893-16.4270
CIE-Lab80.1547-34.5920-20.6207

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

#35daec hex color red value is 53, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #35daec hue: 0.52 , saturation: 0.83 and the lightness value of 35daec is 0.57.

The process color (four color CMYK) of #35daec color hex is 0.78, 0.08, 0.00, 0.07. Web safe color of #35daec is #33ccff. Color #35daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 11101100
Octal 65 332 354
Decimal 53 218 236
Hex 35 DA EC

RGB Percentages of Color #35daec

%10.45
%43.00
%46.55

CMYK Percentages of Color #35daec

%78
%8
%0
%7

Triadic Colors of #35daec

#35daec #ec35da #daec35

Analogous Colors of #35daec

#35daec #357fec #35eca3

Monochromatic Colors of #35daec

#35daec

Complementary Color

#35daec #ec4735

#35daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#35daec Color CSS Codes

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

#35daec Text Font Color

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

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


#35daec Background Color

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

This div background color is #35daec


#35daec Border Color

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

This div border color is #35daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35daec


Comments

No comments written yet.

Please login to write comment.