Color Hex Logo

#35bace Color Hex

#35BACE
(53,186,206)
0 Favorites   0 Comments

Color spaces of #35bace

RGB 53186206
HSL0.520.610.51
HSV188°74°81°
CMYK 0.740.100.00   0.19
XYZ30.167740.330964.5872
Yxy40.33090.22330.2986
Hunter Lab63.5066-26.3433-15.8442
CIE-Lab69.7046-28.3506-20.2785

#35bace color RGB value is (53,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11001110
Octal 65 272 316
Decimal 53 186 206
Hex 35 BA CE

RGB Percentages of Color #35bace

%11.91
%41.80
%46.29

CMYK Percentages of Color #35bace

%74
%10
%0
%19

Triadic Colors of #35bace

#35bace #ce35ba #bace35

Analogous Colors of #35bace

#35bace #356ece #35ce96

Monochromatic Colors of #35bace

#35bace

Complementary Color

#35bace #ce4935

#35bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bace Color CSS Codes

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

#35bace Text Font Color

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

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


#35bace Background Color

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

This div background color is #35bace


#35bace Border Color

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

This div border color is #35bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bace


Comments

No comments written yet.

Please login to write comment.