Color Hex Logo

#35eaef Color Hex

#35EAEF
(53,234,239)
0 Favorites   0 Comments

Color spaces of #35eaef

RGB 53234239
HSL0.500.850.57
HSV182°78°94°
CMYK 0.780.020.00   0.06
XYZ46.471065.834591.9194
Yxy65.83450.22750.3224
Hunter Lab81.1385-39.7588-10.3710
CIE-Lab84.9119-41.0665-15.0359

#35eaef color RGB value is (53,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101010 11101111
Octal 65 352 357
Decimal 53 234 239
Hex 35 EA EF

RGB Percentages of Color #35eaef

%10.08
%44.49
%45.44

CMYK Percentages of Color #35eaef

%78
%2
%0
%6

Triadic Colors of #35eaef

#35eaef #ef35ea #eaef35

Analogous Colors of #35eaef

#35eaef #358def #35ef97

Monochromatic Colors of #35eaef

#35eaef

Complementary Color

#35eaef #ef3a35

#35eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#35eaef Color CSS Codes

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

#35eaef Text Font Color

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

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


#35eaef Background Color

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

This div background color is #35eaef


#35eaef Border Color

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

This div border color is #35eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35eaef


Comments

No comments written yet.

Please login to write comment.