Color Hex Logo

#35eeea Color Hex

#35EEEA
(53,238,234)
0 Favorites   0 Comments

Color spaces of #35eeea

RGB 53238234
HSL0.500.840.57
HSV179°78°93°
CMYK 0.780.000.02   0.07
XYZ46.894067.846588.4660
Yxy67.84650.23080.3339
Hunter Lab82.3690-42.5228-6.0204
CIE-Lab85.9296-44.2616-10.8838

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101110 11101010
Octal 65 356 352
Decimal 53 238 234
Hex 35 EE EA

RGB Percentages of Color #35eeea

%10.10
%45.33
%44.57

CMYK Percentages of Color #35eeea

%78
%0
%2
%7

Triadic Colors of #35eeea

#35eeea #ea35ee #eeea35

Analogous Colors of #35eeea

#35eeea #3596ee #35ee8e

Monochromatic Colors of #35eeea

#35eeea

Complementary Color

#35eeea #ee3539

#35eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#35eeea Color CSS Codes

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

#35eeea Text Font Color

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

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


#35eeea Background Color

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

This div background color is #35eeea


#35eeea Border Color

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

This div border color is #35eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35eeea


Comments

No comments written yet.

Please login to write comment.