Color Hex Logo

#35cffb Color Hex

#35CFFB
(53,207,251)
0 Favorites   0 Comments

Color spaces of #35cffb

RGB 53207251
HSL0.540.960.60
HSV193°79°98°
CMYK 0.790.180.00   0.02
XYZ41.193652.347699.1997
Yxy52.34760.21370.2716
Hunter Lab72.3516-24.9859-30.6450
CIE-Lab77.4882-24.5816-32.6995

#35cffb color RGB value is (53,207,251).

#35cffb hex color red value is 53, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #35cffb hue: 0.54 , saturation: 0.96 and the lightness value of 35cffb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001111 11111011
Octal 65 317 373
Decimal 53 207 251
Hex 35 CF FB

RGB Percentages of Color #35cffb

%10.37
%40.51
%49.12

CMYK Percentages of Color #35cffb

%79
%18
%0
%2

Triadic Colors of #35cffb

#35cffb #fb35cf #cffb35

Analogous Colors of #35cffb

#35cffb #356cfb #35fbc4

Monochromatic Colors of #35cffb

#35cffb

Complementary Color

#35cffb #fb6135

#35cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cffb Color CSS Codes

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

#35cffb Text Font Color

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

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


#35cffb Background Color

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

This div background color is #35cffb


#35cffb Border Color

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

This div border color is #35cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cffb

Related Colors


Comments

No comments written yet.

Please login to write comment.