Color Hex Logo

#3affce Color Hex

#3AFFCE
(58,255,206)
0 Favorites   0 Comments

Color spaces of #3affce

RGB 58255206
HSL0.461.000.61
HSV165°77°100°
CMYK 0.770.000.19   0.00
XYZ48.645576.875870.6671
Yxy76.87580.24800.3918
Hunter Lab87.6788-54.403613.5888
CIE-Lab90.2644-58.087210.0539

#3affce color RGB value is (58,255,206).

#3affce hex color red value is 58, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3affce hue: 0.46 , saturation: 1.00 and the lightness value of 3affce is 0.61.

The process color (four color CMYK) of #3affce color hex is 0.77, 0.00, 0.19, 0.00. Web safe color of #3affce is #33ffcc. Color #3affce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111111 11001110
Octal 72 377 316
Decimal 58 255 206
Hex 3A FF CE

RGB Percentages of Color #3affce

%11.18
%49.13
%39.69

CMYK Percentages of Color #3affce

%77
%0
%19
%0

Triadic Colors of #3affce

#3affce #ce3aff #ffce3a

Analogous Colors of #3affce

#3affce #3aceff #3aff6c

Monochromatic Colors of #3affce

#3affce

Complementary Color

#3affce #ff3a6b

#3affce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3affce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3affce Color CSS Codes

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

#3affce Text Font Color

<p style="color:#3affce">Text here</p>

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


#3affce Background Color

<div style="background-color:#3affce">
Div content here</div>

This div background color is #3affce


#3affce Border Color

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

This div border color is #3affce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,255,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3affce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3affce;
  -webkit-box-shadow: 1px 1px 3px 2px #3affce;
  box-shadow:         1px 1px 3px 2px #3affce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,255,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3affce


Comments

No comments written yet.

Please login to write comment.