Color Hex Logo

#35beca Color Hex

#35BECA
(53,190,202)
0 Favorites   0 Comments

Color spaces of #35beca

RGB 53190202
HSL0.510.580.50
HSV185°74°79°
CMYK 0.740.060.00   0.21
XYZ30.542341.848162.3448
Yxy41.84810.22670.3106
Hunter Lab64.6901-28.9320-11.8574
CIE-Lab70.7661-31.5202-16.4805

#35beca color RGB value is (53,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 11001010
Octal 65 276 312
Decimal 53 190 202
Hex 35 BE CA

RGB Percentages of Color #35beca

%11.91
%42.70
%45.39

CMYK Percentages of Color #35beca

%74
%6
%0
%21

Triadic Colors of #35beca

#35beca #ca35be #beca35

Analogous Colors of #35beca

#35beca #3574ca #35ca8c

Monochromatic Colors of #35beca

#35beca

Complementary Color

#35beca #ca4135

#35beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#35beca Color CSS Codes

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

#35beca Text Font Color

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

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


#35beca Background Color

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

This div background color is #35beca


#35beca Border Color

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

This div border color is #35beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35beca


Comments

No comments written yet.

Please login to write comment.