color codes Logo

#35efcc color codes

#35EFCC
(53,239,204)
0 Favorites   0 Comments

Color spaces of #35efcc

RGB 53239204
HSL0.470.850.57
HSV169°78°94°
CMYK 0.780.000.15   0.06
XYZ43.233866.849567.7513
Yxy66.84950.24310.3759
Hunter Lab81.7615-48.69568.1027
CIE-Lab85.4279-52.65794.1302

#35efcc color RGB value is (53,239,204).

#35efcc hex color red value is 53, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #35efcc hue: 0.47 , saturation: 0.85 and the lightness value of 35efcc is 0.57.

The process color (four color CMYK) of #35efcc color code is 0.78, 0.00, 0.15, 0.06. Web safe color of #35efcc is #33ffcc. Color #35efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101111 11001100
Octal 65 357 314
Decimal 53 239 204
Hex 35 EF CC

RGB Percentages of Color #35efcc

%10.69
%48.19
%41.13

CMYK Percentages of Color #35efcc

%78
%0
%15
%6

Triadic Colors of #35efcc

#35efcc #cc35ef #efcc35

Analogous Colors of #35efcc

#35efcc #35b5ef #35ef6f

Monochromatic Colors of #35efcc

#35efcc

Complementary Color

#35efcc #ef3558

#35efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35efcc Color CSS Codes

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

#35efcc Text Font Color

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

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


#35efcc Background Color

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

This div background color is #35efcc


#35efcc Border Color

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

This div border color is #35efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35efcc


Comments

No comments written yet.

Please login to write comment.