Color Hex Logo

#47cbee Color Hex

#47CBEE
(71,203,238)
0 Favorites   0 Comments

Color spaces of #47cbee

RGB 71203238
HSL0.530.830.61
HSV193°70°93°
CMYK 0.700.150.00   0.07
XYZ39.387150.224588.5073
Yxy50.22450.22110.2820
Hunter Lab70.8692-24.8160-24.4377
CIE-Lab76.2069-24.6725-27.6763

#47cbee color RGB value is (71,203,238).

#47cbee hex color red value is 71, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #47cbee hue: 0.53 , saturation: 0.83 and the lightness value of 47cbee is 0.61.

The process color (four color CMYK) of #47cbee color hex is 0.70, 0.15, 0.00, 0.07. Web safe color of #47cbee is #33ccff. Color #47cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 11101110
Octal 107 313 356
Decimal 71 203 238
Hex 47 CB EE

RGB Percentages of Color #47cbee

%13.87
%39.65
%46.48

CMYK Percentages of Color #47cbee

%70
%15
%0
%7

Triadic Colors of #47cbee

#47cbee #ee47cb #cbee47

Analogous Colors of #47cbee

#47cbee #4778ee #47eebe

Monochromatic Colors of #47cbee

#47cbee

Complementary Color

#47cbee #ee6a47

#47cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cbee Color CSS Codes

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

#47cbee Text Font Color

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

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


#47cbee Background Color

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

This div background color is #47cbee


#47cbee Border Color

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

This div border color is #47cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cbee


Comments

No comments written yet.

Please login to write comment.