Color Hex Logo

#35cbe1 Color Hex

#35CBE1
(53,203,225)
0 Favorites   0 Comments

Color spaces of #35cbe1

RGB 53203225
HSL0.520.740.55
HSV188°76°88°
CMYK 0.760.100.00   0.12
XYZ36.414748.905078.7545
Yxy48.90500.22190.2981
Hunter Lab69.9321-29.4336-17.8173
CIE-Lab75.3922-30.7846-21.9565

#35cbe1 color RGB value is (53,203,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11100001
Octal 65 313 341
Decimal 53 203 225
Hex 35 CB E1

RGB Percentages of Color #35cbe1

%11.02
%42.20
%46.78

CMYK Percentages of Color #35cbe1

%76
%10
%0
%12

Triadic Colors of #35cbe1

#35cbe1 #e135cb #cbe135

Analogous Colors of #35cbe1

#35cbe1 #3575e1 #35e1a1

Monochromatic Colors of #35cbe1

#35cbe1

Complementary Color

#35cbe1 #e14b35

#35cbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbe1 Color CSS Codes

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

#35cbe1 Text Font Color

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

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


#35cbe1 Background Color

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

This div background color is #35cbe1


#35cbe1 Border Color

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

This div border color is #35cbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbe1


Comments

No comments written yet.

Please login to write comment.