Color Hex Logo

#35efee Color Hex

#35EFEE
(53,239,238)
0 Favorites   0 Comments

Color spaces of #35efee

RGB 53239238
HSL0.500.850.57
HSV180°78°94°
CMYK 0.780.000.00   0.06
XYZ47.767368.662991.6246
Yxy68.66290.22960.3300
Hunter Lab82.8631-42.1122-7.5549
CIE-Lab86.3368-43.5794-12.3769

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11101110
Octal 65 357 356
Decimal 53 239 238
Hex 35 EF EE

RGB Percentages of Color #35efee

%10.00
%45.09
%44.91

CMYK Percentages of Color #35efee

%78
%0
%0
%6

Triadic Colors of #35efee

#35efee #ee35ef #efee35

Analogous Colors of #35efee

#35efee #3593ef #35ef91

Monochromatic Colors of #35efee

#35efee

Complementary Color

#35efee #ef3536

#35efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efee Color CSS Codes

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

#35efee Text Font Color

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

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


#35efee Background Color

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

This div background color is #35efee


#35efee Border Color

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

This div border color is #35efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efee


Comments

No comments written yet.

Please login to write comment.