Color Hex Logo

#4ccfed Color Hex

#4CCFED
(76,207,237)
0 Favorites   0 Comments

Color spaces of #4ccfed

RGB 76207237
HSL0.530.820.61
HSV191°68°93°
CMYK 0.680.130.00   0.07
XYZ40.579452.276688.0724
Yxy52.27660.22430.2889
Hunter Lab72.3026-26.3474-21.6099
CIE-Lab77.4459-26.2893-25.2337

#4ccfed color RGB value is (76,207,237).

#4ccfed hex color red value is 76, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4ccfed hue: 0.53 , saturation: 0.82 and the lightness value of 4ccfed is 0.61.

The process color (four color CMYK) of #4ccfed color hex is 0.68, 0.13, 0.00, 0.07. Web safe color of #4ccfed is #33ccff. Color #4ccfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11101101
Octal 114 317 355
Decimal 76 207 237
Hex 4C CF ED

RGB Percentages of Color #4ccfed

%14.62
%39.81
%45.58

CMYK Percentages of Color #4ccfed

%68
%13
%0
%7

Triadic Colors of #4ccfed

#4ccfed #ed4ccf #cfed4c

Analogous Colors of #4ccfed

#4ccfed #4c7fed #4cedbb

Monochromatic Colors of #4ccfed

#4ccfed

Complementary Color

#4ccfed #ed6a4c

#4ccfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfed Color CSS Codes

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

#4ccfed Text Font Color

<p style="color:#4ccfed">Text here</p>

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


#4ccfed Background Color

<div style="background-color:#4ccfed">
Div content here</div>

This div background color is #4ccfed


#4ccfed Border Color

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

This div border color is #4ccfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,207,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ccfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ccfed;
  -webkit-box-shadow: 1px 1px 3px 2px #4ccfed;
  box-shadow:         1px 1px 3px 2px #4ccfed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,207,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfed


Comments

No comments written yet.

Please login to write comment.