Color Hex Logo

#35cbce Color Hex

#35CBCE
(53,203,206)
0 Favorites   0 Comments

Color spaces of #35cbce

RGB 53203206
HSL0.500.610.51
HSV181°74°81°
CMYK 0.740.010.00   0.19
XYZ33.964747.925065.8528
Yxy47.92500.22990.3244
Hunter Lab69.2279-33.5728-7.9399
CIE-Lab74.7776-36.4695-12.6224

#35cbce color RGB value is (53,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11001110
Octal 65 313 316
Decimal 53 203 206
Hex 35 CB CE

RGB Percentages of Color #35cbce

%11.47
%43.94
%44.59

CMYK Percentages of Color #35cbce

%74
%1
%0
%19

Triadic Colors of #35cbce

#35cbce #ce35cb #cbce35

Analogous Colors of #35cbce

#35cbce #357fce #35ce85

Monochromatic Colors of #35cbce

#35cbce

Complementary Color

#35cbce #ce3835

#35cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbce Color CSS Codes

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

#35cbce Text Font Color

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

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


#35cbce Background Color

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

This div background color is #35cbce


#35cbce Border Color

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

This div border color is #35cbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,203,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 #35cbce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbce


Comments

No comments written yet.

Please login to write comment.