Color Hex Logo

#35bfba Color Hex

#35BFBA
(53,191,186)
0 Favorites   0 Comments

Color spaces of #35bfba

RGB 53191186
HSL0.490.570.48
HSV178°72°75°
CMYK 0.720.000.03   0.25
XYZ28.961941.563752.9505
Yxy41.56370.23460.3366
Hunter Lab64.4699-32.6346-3.5672
CIE-Lab70.5691-36.6830-8.0205

#35bfba color RGB value is (53,191,186).

#35bfba hex color red value is 53, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #35bfba hue: 0.49 , saturation: 0.57 and the lightness value of 35bfba is 0.48.

The process color (four color CMYK) of #35bfba color hex is 0.72, 0.00, 0.03, 0.25. Web safe color of #35bfba is #33cccc. Color #35bfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111111 10111010
Octal 65 277 272
Decimal 53 191 186
Hex 35 BF BA

RGB Percentages of Color #35bfba

%12.33
%44.42
%43.26

CMYK Percentages of Color #35bfba

%72
%0
%3
%25

Triadic Colors of #35bfba

#35bfba #ba35bf #bfba35

Analogous Colors of #35bfba

#35bfba #357fbf #35bf75

Monochromatic Colors of #35bfba

#35bfba

Complementary Color

#35bfba #bf353a

#35bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bfba Color CSS Codes

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

#35bfba Text Font Color

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

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


#35bfba Background Color

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

This div background color is #35bfba


#35bfba Border Color

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

This div border color is #35bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bfba


Comments

No comments written yet.

Please login to write comment.