Color Hex Logo

#35aeee Color Hex

#35AEEE
(53,174,238)
0 Favorites   0 Comments

Color spaces of #35aeee

RGB 53174238
HSL0.560.840.57
HSV201°78°93°
CMYK 0.780.270.00   0.07
XYZ32.036937.202086.3811
Yxy37.20200.20590.2391
Hunter Lab60.9934-12.9811-41.2732
CIE-Lab67.4283-11.6356-41.3049

#35aeee color RGB value is (53,174,238).

#35aeee hex color red value is 53, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #35aeee hue: 0.56 , saturation: 0.84 and the lightness value of 35aeee is 0.57.

The process color (four color CMYK) of #35aeee color hex is 0.78, 0.27, 0.00, 0.07. Web safe color of #35aeee is #3399ff. Color #35aeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101110 11101110
Octal 65 256 356
Decimal 53 174 238
Hex 35 AE EE

RGB Percentages of Color #35aeee

%11.40
%37.42
%51.18

CMYK Percentages of Color #35aeee

%78
%27
%0
%7

Triadic Colors of #35aeee

#35aeee #ee35ae #aeee35

Analogous Colors of #35aeee

#35aeee #3552ee #35eed2

Monochromatic Colors of #35aeee

#35aeee

Complementary Color

#35aeee #ee7535

#35aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aeee Color CSS Codes

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

#35aeee Text Font Color

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

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


#35aeee Background Color

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

This div background color is #35aeee


#35aeee Border Color

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

This div border color is #35aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aeee


Comments

No comments written yet.

Please login to write comment.