Color Hex Logo

#47cbdf Color Hex

#47CBDF
(71,203,223)
0 Favorites   0 Comments

Color spaces of #47cbdf

RGB 71203223
HSL0.520.700.58
HSV188°68°87°
CMYK 0.680.090.00   0.13
XYZ37.273849.379277.3786
Yxy49.37920.22720.3010
Hunter Lab70.2703-28.2906-16.0983
CIE-Lab75.6866-29.2201-20.3972

#47cbdf color RGB value is (71,203,223).

#47cbdf hex color red value is 71, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #47cbdf hue: 0.52 , saturation: 0.70 and the lightness value of 47cbdf is 0.58.

The process color (four color CMYK) of #47cbdf color hex is 0.68, 0.09, 0.00, 0.13. Web safe color of #47cbdf is #33cccc. Color #47cbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 11011111
Octal 107 313 337
Decimal 71 203 223
Hex 47 CB DF

RGB Percentages of Color #47cbdf

%14.29
%40.85
%44.87

CMYK Percentages of Color #47cbdf

%68
%9
%0
%13

Triadic Colors of #47cbdf

#47cbdf #df47cb #cbdf47

Analogous Colors of #47cbdf

#47cbdf #477fdf #47dfa7

Monochromatic Colors of #47cbdf

#47cbdf

Complementary Color

#47cbdf #df5b47

#47cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbdf Color CSS Codes

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

#47cbdf Text Font Color

<p style="color:#47cbdf">Text here</p>

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


#47cbdf Background Color

<div style="background-color:#47cbdf">
Div content here</div>

This div background color is #47cbdf


#47cbdf Border Color

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

This div border color is #47cbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,203,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47cbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47cbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #47cbdf;
  box-shadow:         1px 1px 3px 2px #47cbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,203,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbdf


Comments

No comments written yet.

Please login to write comment.