Color Hex Logo

#4cbfed Color Hex

#4CBFED
(76,191,237)
0 Favorites   0 Comments

Color spaces of #4cbfed

RGB 76191237
HSL0.550.820.61
HSV197°68°93°
CMYK 0.680.190.00   0.07
XYZ36.897444.912586.8451
Yxy44.91250.21880.2663
Hunter Lab67.0168-19.0027-29.9204
CIE-Lab72.8342-18.1614-32.3152

#4cbfed color RGB value is (76,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 11101101
Octal 114 277 355
Decimal 76 191 237
Hex 4C BF ED

RGB Percentages of Color #4cbfed

%15.08
%37.90
%47.02

CMYK Percentages of Color #4cbfed

%68
%19
%0
%7

Triadic Colors of #4cbfed

#4cbfed #ed4cbf #bfed4c

Analogous Colors of #4cbfed

#4cbfed #4c6fed #4cedcb

Monochromatic Colors of #4cbfed

#4cbfed

Complementary Color

#4cbfed #ed7a4c

#4cbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfed Color CSS Codes

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

#4cbfed Text Font Color

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

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


#4cbfed Background Color

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

This div background color is #4cbfed


#4cbfed Border Color

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

This div border color is #4cbfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,191,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 #4cbfed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfed


Comments

No comments written yet.

Please login to write comment.