Color Hex Logo

#35beec Color Hex

#35BEEC
(53,190,236)
0 Favorites   0 Comments

Color spaces of #35beec

RGB 53190236
HSL0.540.830.57
HSV195°78°93°
CMYK 0.780.190.00   0.07
XYZ35.022043.639985.9344
Yxy43.63990.21280.2651
Hunter Lab66.0605-20.9740-30.8847
CIE-Lab71.9871-20.7976-33.1251

#35beec color RGB value is (53,190,236).

#35beec hex color red value is 53, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #35beec hue: 0.54 , saturation: 0.83 and the lightness value of 35beec is 0.57.

The process color (four color CMYK) of #35beec color hex is 0.78, 0.19, 0.00, 0.07. Web safe color of #35beec is #33ccff. Color #35beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 11101100
Octal 65 276 354
Decimal 53 190 236
Hex 35 BE EC

RGB Percentages of Color #35beec

%11.06
%39.67
%49.27

CMYK Percentages of Color #35beec

%78
%19
%0
%7

Triadic Colors of #35beec

#35beec #ec35be #beec35

Analogous Colors of #35beec

#35beec #3563ec #35ecbf

Monochromatic Colors of #35beec

#35beec

Complementary Color

#35beec #ec6335

#35beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#35beec Color CSS Codes

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

#35beec Text Font Color

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

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


#35beec Background Color

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

This div background color is #35beec


#35beec Border Color

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

This div border color is #35beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35beec


Comments

No comments written yet.

Please login to write comment.