Color Hex Logo

#35cbfa Color Hex

#35CBFA
(53,203,250)
0 Favorites   0 Comments

Color spaces of #35cbfa

RGB 53203250
HSL0.540.950.59
HSV194°79°98°
CMYK 0.790.190.00   0.02
XYZ40.079550.370998.0526
Yxy50.37090.21260.2672
Hunter Lab70.9725-23.3995-32.2319
CIE-Lab76.2964-22.8867-34.0042

#35cbfa color RGB value is (53,203,250).

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

The process color (four color CMYK) of #35cbfa color hex is 0.79, 0.19, 0.00, 0.02. Web safe color of #35cbfa is #33ccff. Color #35cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11111010
Octal 65 313 372
Decimal 53 203 250
Hex 35 CB FA

RGB Percentages of Color #35cbfa

%10.47
%40.12
%49.41

CMYK Percentages of Color #35cbfa

%79
%19
%0
%2

Triadic Colors of #35cbfa

#35cbfa #fa35cb #cbfa35

Analogous Colors of #35cbfa

#35cbfa #3569fa #35fac7

Monochromatic Colors of #35cbfa

#35cbfa

Complementary Color

#35cbfa #fa6435

#35cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbfa Color CSS Codes

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

#35cbfa Text Font Color

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

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


#35cbfa Background Color

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

This div background color is #35cbfa


#35cbfa Border Color

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

This div border color is #35cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbfa


Comments

No comments written yet.

Please login to write comment.