Color Hex Logo

#3afbdd Color Hex

#3AFBDD
(58,251,221)
0 Favorites   0 Comments

Color spaces of #3afbdd

RGB 58251221
HSL0.470.960.61
HSV171°77°98°
CMYK 0.770.000.12   0.02
XYZ49.293275.114480.3071
Yxy75.11440.24080.3669
Hunter Lab86.6686-50.14725.7299
CIE-Lab89.4466-52.79461.1031

#3afbdd color RGB value is (58,251,221).

#3afbdd hex color red value is 58, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3afbdd hue: 0.47 , saturation: 0.96 and the lightness value of 3afbdd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111011 11011101
Octal 72 373 335
Decimal 58 251 221
Hex 3A FB DD

RGB Percentages of Color #3afbdd

%10.94
%47.36
%41.70

CMYK Percentages of Color #3afbdd

%77
%0
%12
%2

Triadic Colors of #3afbdd

#3afbdd #dd3afb #fbdd3a

Analogous Colors of #3afbdd

#3afbdd #3ab9fb #3afb7d

Monochromatic Colors of #3afbdd

#3afbdd

Complementary Color

#3afbdd #fb3a58

#3afbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afbdd Color CSS Codes

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

#3afbdd Text Font Color

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

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


#3afbdd Background Color

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

This div background color is #3afbdd


#3afbdd Border Color

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

This div border color is #3afbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afbdd


Comments

No comments written yet.

Please login to write comment.