Color Hex Logo

#35cbe0 Color Hex

#35CBE0
(53,203,224)
0 Favorites   0 Comments

Color spaces of #35cbe0

RGB 53203224
HSL0.520.730.54
HSV187°76°88°
CMYK 0.760.090.00   0.12
XYZ36.278748.850678.0380
Yxy48.85060.22230.2994
Hunter Lab69.8932-29.6611-17.2739
CIE-Lab75.3583-31.0911-21.4688

#35cbe0 color RGB value is (53,203,224).

#35cbe0 hex color red value is 53, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #35cbe0 hue: 0.52 , saturation: 0.73 and the lightness value of 35cbe0 is 0.54.

The process color (four color CMYK) of #35cbe0 color hex is 0.76, 0.09, 0.00, 0.12. Web safe color of #35cbe0 is #33cccc. Color #35cbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11100000
Octal 65 313 340
Decimal 53 203 224
Hex 35 CB E0

RGB Percentages of Color #35cbe0

%11.04
%42.29
%46.67

CMYK Percentages of Color #35cbe0

%76
%9
%0
%12

Triadic Colors of #35cbe0

#35cbe0 #e035cb #cbe035

Analogous Colors of #35cbe0

#35cbe0 #3576e0 #35e0a0

Monochromatic Colors of #35cbe0

#35cbe0

Complementary Color

#35cbe0 #e04a35

#35cbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbe0 Color CSS Codes

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

#35cbe0 Text Font Color

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

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


#35cbe0 Background Color

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

This div background color is #35cbe0


#35cbe0 Border Color

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

This div border color is #35cbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbe0


Comments

No comments written yet.

Please login to write comment.