Color Hex Logo

#35bfce Color Hex

#35BFCE
(53,191,206)
0 Favorites   0 Comments

Color spaces of #35bfce

RGB 53191206
HSL0.520.610.51
HSV186°74°81°
CMYK 0.740.070.00   0.19
XYZ31.239642.474764.9445
Yxy42.47470.22530.3063
Hunter Lab65.1726-28.4906-13.4616
CIE-Lab71.1970-30.7908-18.0146

#35bfce color RGB value is (53,191,206).

#35bfce hex color red value is 53, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #35bfce hue: 0.52 , saturation: 0.61 and the lightness value of 35bfce is 0.51.

The process color (four color CMYK) of #35bfce color hex is 0.74, 0.07, 0.00, 0.19. Web safe color of #35bfce is #33cccc. Color #35bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111111 11001110
Octal 65 277 316
Decimal 53 191 206
Hex 35 BF CE

RGB Percentages of Color #35bfce

%11.78
%42.44
%45.78

CMYK Percentages of Color #35bfce

%74
%7
%0
%19

Triadic Colors of #35bfce

#35bfce #ce35bf #bfce35

Analogous Colors of #35bfce

#35bfce #3573ce #35ce91

Monochromatic Colors of #35bfce

#35bfce

Complementary Color

#35bfce #ce4435

#35bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bfce Color CSS Codes

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

#35bfce Text Font Color

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

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


#35bfce Background Color

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

This div background color is #35bfce


#35bfce Border Color

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

This div border color is #35bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bfce


Comments

No comments written yet.

Please login to write comment.