Color Hex Logo

#35dceb Color Hex

#35DCEB
(53,220,235)
0 Favorites   0 Comments

Color spaces of #35dceb

RGB 53220235
HSL0.510.820.56
HSV185°77°92°
CMYK 0.770.060.00   0.08
XYZ42.056857.941487.5645
Yxy57.94140.22420.3089
Hunter Lab76.1192-34.5853-14.9213
CIE-Lab80.7062-35.8274-19.2536

#35dceb color RGB value is (53,220,235).

#35dceb hex color red value is 53, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #35dceb hue: 0.51 , saturation: 0.82 and the lightness value of 35dceb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 11101011
Octal 65 334 353
Decimal 53 220 235
Hex 35 DC EB

RGB Percentages of Color #35dceb

%10.43
%43.31
%46.26

CMYK Percentages of Color #35dceb

%77
%6
%0
%8

Triadic Colors of #35dceb

#35dceb #eb35dc #dceb35

Analogous Colors of #35dceb

#35dceb #3581eb #35eb9f

Monochromatic Colors of #35dceb

#35dceb

Complementary Color

#35dceb #eb4435

#35dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dceb Color CSS Codes

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

#35dceb Text Font Color

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

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


#35dceb Background Color

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

This div background color is #35dceb


#35dceb Border Color

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

This div border color is #35dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dceb


Comments

No comments written yet.

Please login to write comment.