Color Hex Logo

#4affeb Color Hex

#4AFFEB
(74,255,235)
0 Favorites   0 Comments

Color spaces of #4affeb

RGB 74255235
HSL0.481.000.65
HSV173°71°100°
CMYK 0.710.000.08   0.00
XYZ53.579478.974091.0168
Yxy78.97400.23970.3532
Hunter Lab88.8673-47.89761.4830
CIE-Lab91.2225-49.1282-3.5348

#4affeb color RGB value is (74,255,235).

#4affeb hex color red value is 74, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4affeb hue: 0.48 , saturation: 1.00 and the lightness value of 4affeb is 0.65.

The process color (four color CMYK) of #4affeb color hex is 0.71, 0.00, 0.08, 0.00. Web safe color of #4affeb is #33ffff. Color #4affeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11101011
Octal 112 377 353
Decimal 74 255 235
Hex 4A FF EB

RGB Percentages of Color #4affeb

%13.12
%45.21
%41.67

CMYK Percentages of Color #4affeb

%71
%0
%8
%0

Triadic Colors of #4affeb

#4affeb #eb4aff #ffeb4a

Analogous Colors of #4affeb

#4affeb #4ab9ff #4aff91

Monochromatic Colors of #4affeb

#4affeb

Complementary Color

#4affeb #ff4a5e

#4affeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affeb Color CSS Codes

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

#4affeb Text Font Color

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

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


#4affeb Background Color

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

This div background color is #4affeb


#4affeb Border Color

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

This div border color is #4affeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affeb


Comments

No comments written yet.

Please login to write comment.