Color Hex Logo

#35bccf Color Hex

#35BCCF
(53,188,207)
0 Favorites   0 Comments

Color spaces of #35bccf

RGB 53188207
HSL0.520.620.51
HSV187°74°81°
CMYK 0.740.090.00   0.19
XYZ30.713941.228365.3706
Yxy41.22830.22370.3003
Hunter Lab64.2093-26.9824-15.4159
CIE-Lab70.3356-29.0244-19.8672

#35bccf color RGB value is (53,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111100 11001111
Octal 65 274 317
Decimal 53 188 207
Hex 35 BC CF

RGB Percentages of Color #35bccf

%11.83
%41.96
%46.21

CMYK Percentages of Color #35bccf

%74
%9
%0
%19

Triadic Colors of #35bccf

#35bccf #cf35bc #bccf35

Analogous Colors of #35bccf

#35bccf #356fcf #35cf95

Monochromatic Colors of #35bccf

#35bccf

Complementary Color

#35bccf #cf4835

#35bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bccf Color CSS Codes

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

#35bccf Text Font Color

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

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


#35bccf Background Color

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

This div background color is #35bccf


#35bccf Border Color

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

This div border color is #35bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bccf


Comments

No comments written yet.

Please login to write comment.