Color Hex Logo

#4fcaeb Color Hex

#4FCAEB
(79,202,235)
0 Favorites   0 Comments

Color spaces of #4fcaeb

RGB 79202235
HSL0.540.800.62
HSV193°66°92°
CMYK 0.660.140.00   0.08
XYZ39.340449.901586.1558
Yxy49.90150.22430.2845
Hunter Lab70.6410-24.2140-22.8631
CIE-Lab76.0088-23.9661-26.3499

#4fcaeb color RGB value is (79,202,235).

#4fcaeb hex color red value is 79, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4fcaeb hue: 0.54 , saturation: 0.80 and the lightness value of 4fcaeb is 0.62.

The process color (four color CMYK) of #4fcaeb color hex is 0.66, 0.14, 0.00, 0.08. Web safe color of #4fcaeb is #66ccff. Color #4fcaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11101011
Octal 117 312 353
Decimal 79 202 235
Hex 4F CA EB

RGB Percentages of Color #4fcaeb

%15.31
%39.15
%45.54

CMYK Percentages of Color #4fcaeb

%66
%14
%0
%8

Triadic Colors of #4fcaeb

#4fcaeb #eb4fca #caeb4f

Analogous Colors of #4fcaeb

#4fcaeb #4f7ceb #4febbe

Monochromatic Colors of #4fcaeb

#4fcaeb

Complementary Color

#4fcaeb #eb704f

#4fcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcaeb Color CSS Codes

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

#4fcaeb Text Font Color

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

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


#4fcaeb Background Color

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

This div background color is #4fcaeb


#4fcaeb Border Color

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

This div border color is #4fcaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,202,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fcaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fcaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #4fcaeb;
  box-shadow:         1px 1px 3px 2px #4fcaeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,202,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcaeb


Comments

No comments written yet.

Please login to write comment.