Color Hex Logo

#35eeee Color Hex

#35EEEE
(53,238,238)
0 Favorites   0 Comments

Color spaces of #35eeee

RGB 53238238
HSL0.500.840.57
HSV180°78°93°
CMYK 0.780.000.00   0.07
XYZ47.475468.079091.5273
Yxy68.07900.22930.3288
Hunter Lab82.5100-41.6854-8.0126
CIE-Lab86.0459-43.1368-12.8116

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

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

The process color (four color CMYK) of #35eeee color hex is 0.78, 0.00, 0.00, 0.07. Web safe color of #35eeee is #33ffff. Color #35eeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101110 11101110
Octal 65 356 356
Decimal 53 238 238
Hex 35 EE EE

RGB Percentages of Color #35eeee

%10.02
%44.99
%44.99

CMYK Percentages of Color #35eeee

%78
%0
%0
%7

Triadic Colors of #35eeee

#35eeee #ee35ee #eeee35

Analogous Colors of #35eeee

#35eeee #3592ee #35ee92

Monochromatic Colors of #35eeee

#35eeee

Complementary Color

#35eeee #ee3535

#35eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#35eeee Color CSS Codes

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

#35eeee Text Font Color

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

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


#35eeee Background Color

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

This div background color is #35eeee


#35eeee Border Color

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

This div border color is #35eeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,238,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 #35eeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35eeee


Comments

No comments written yet.

Please login to write comment.