Color Hex Logo

#35ccce Color Hex

#35CCCE
(53,204,206)
0 Favorites   0 Comments

Color spaces of #35ccce

RGB 53204206
HSL0.500.610.51
HSV181°74°81°
CMYK 0.740.010.00   0.19
XYZ34.201648.398865.9318
Yxy48.39880.23030.3258
Hunter Lab69.5692-33.9921-7.4915
CIE-Lab75.0758-36.9317-12.1759

#35ccce color RGB value is (53,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001100 11001110
Octal 65 314 316
Decimal 53 204 206
Hex 35 CC CE

RGB Percentages of Color #35ccce

%11.45
%44.06
%44.49

CMYK Percentages of Color #35ccce

%74
%1
%0
%19

Triadic Colors of #35ccce

#35ccce #ce35cc #ccce35

Analogous Colors of #35ccce

#35ccce #3580ce #35ce84

Monochromatic Colors of #35ccce

#35ccce

Complementary Color

#35ccce #ce3735

#35ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ccce Color CSS Codes

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

#35ccce Text Font Color

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

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


#35ccce Background Color

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

This div background color is #35ccce


#35ccce Border Color

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

This div border color is #35ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ccce


Comments

No comments written yet.

Please login to write comment.