Color Hex Logo

#35cdeb Color Hex

#35CDEB
(53,205,235)
0 Favorites   0 Comments

Color spaces of #35cdeb

RGB 53205235
HSL0.530.820.56
HSV190°77°92°
CMYK 0.770.130.00   0.08
XYZ38.294950.417786.3105
Yxy50.41770.21880.2881
Hunter Lab71.0054-27.9902-22.3660
CIE-Lab76.3249-28.6595-25.9154

#35cdeb color RGB value is (53,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001101 11101011
Octal 65 315 353
Decimal 53 205 235
Hex 35 CD EB

RGB Percentages of Color #35cdeb

%10.75
%41.58
%47.67

CMYK Percentages of Color #35cdeb

%77
%13
%0
%8

Triadic Colors of #35cdeb

#35cdeb #eb35cd #cdeb35

Analogous Colors of #35cdeb

#35cdeb #3572eb #35ebae

Monochromatic Colors of #35cdeb

#35cdeb

Complementary Color

#35cdeb #eb5335

#35cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cdeb Color CSS Codes

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

#35cdeb Text Font Color

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

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


#35cdeb Background Color

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

This div background color is #35cdeb


#35cdeb Border Color

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

This div border color is #35cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cdeb


Comments

No comments written yet.

Please login to write comment.