Color Hex Logo

#35bebb Color Hex

#35BEBB
(53,190,187)
0 Favorites   0 Comments

Color spaces of #35bebb

RGB 53190187
HSL0.500.560.48
HSV179°72°75°
CMYK 0.720.000.02   0.25
XYZ28.851341.171753.4400
Yxy41.17170.23370.3335
Hunter Lab64.1652-32.0281-4.4641
CIE-Lab70.2961-35.9350-8.9744

#35bebb color RGB value is (53,190,187).

#35bebb hex color red value is 53, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #35bebb hue: 0.50 , saturation: 0.56 and the lightness value of 35bebb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 10111011
Octal 65 276 273
Decimal 53 190 187
Hex 35 BE BB

RGB Percentages of Color #35bebb

%12.33
%44.19
%43.49

CMYK Percentages of Color #35bebb

%72
%0
%2
%25

Triadic Colors of #35bebb

#35bebb #bb35be #bebb35

Analogous Colors of #35bebb

#35bebb #357dbe #35be77

Monochromatic Colors of #35bebb

#35bebb

Complementary Color

#35bebb #be3538

#35bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bebb Color CSS Codes

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

#35bebb Text Font Color

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

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


#35bebb Background Color

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

This div background color is #35bebb


#35bebb Border Color

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

This div border color is #35bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bebb


Comments

No comments written yet.

Please login to write comment.