Color Hex Logo

#35aedd Color Hex

#35AEDD
(53,174,221)
0 Favorites   0 Comments

Color spaces of #35aedd

RGB 53174221
HSL0.550.710.54
HSV197°76°87°
CMYK 0.760.210.00   0.13
XYZ29.655436.249473.8405
Yxy36.24940.21220.2594
Hunter Lab60.2075-17.4423-30.5700
CIE-Lab66.7100-17.3849-33.1112

#35aedd color RGB value is (53,174,221).

#35aedd hex color red value is 53, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #35aedd hue: 0.55 , saturation: 0.71 and the lightness value of 35aedd is 0.54.

The process color (four color CMYK) of #35aedd color hex is 0.76, 0.21, 0.00, 0.13. Web safe color of #35aedd is #3399cc. Color #35aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101110 11011101
Octal 65 256 335
Decimal 53 174 221
Hex 35 AE DD

RGB Percentages of Color #35aedd

%11.83
%38.84
%49.33

CMYK Percentages of Color #35aedd

%76
%21
%0
%13

Triadic Colors of #35aedd

#35aedd #dd35ae #aedd35

Analogous Colors of #35aedd

#35aedd #355add #35ddb8

Monochromatic Colors of #35aedd

#35aedd

Complementary Color

#35aedd #dd6435

#35aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aedd Color CSS Codes

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

#35aedd Text Font Color

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

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


#35aedd Background Color

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

This div background color is #35aedd


#35aedd Border Color

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

This div border color is #35aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aedd


Comments

No comments written yet.

Please login to write comment.