Color Hex Logo

#35dfed Color Hex

#35DFED
(53,223,237)
0 Favorites   0 Comments

Color spaces of #35dfed

RGB 53223237
HSL0.510.840.57
HSV185°78°93°
CMYK 0.780.060.00   0.07
XYZ43.141959.646789.3599
Yxy59.64670.22450.3104
Hunter Lab77.2313-35.4435-14.5392
CIE-Lab81.6458-36.6283-18.8962

#35dfed color RGB value is (53,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011111 11101101
Octal 65 337 355
Decimal 53 223 237
Hex 35 DF ED

RGB Percentages of Color #35dfed

%10.33
%43.47
%46.20

CMYK Percentages of Color #35dfed

%78
%6
%0
%7

Triadic Colors of #35dfed

#35dfed #ed35df #dfed35

Analogous Colors of #35dfed

#35dfed #3583ed #35ed9f

Monochromatic Colors of #35dfed

#35dfed

Complementary Color

#35dfed #ed4335

#35dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dfed Color CSS Codes

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

#35dfed Text Font Color

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

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


#35dfed Background Color

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

This div background color is #35dfed


#35dfed Border Color

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

This div border color is #35dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dfed


Comments

No comments written yet.

Please login to write comment.