Color Hex Logo

#4299ee Color Hex

#4299EE
(66,153,238)
0 Favorites   0 Comments

Color spaces of #4299ee

RGB 66153238
HSL0.580.830.60
HSV210°72°93°
CMYK 0.720.360.00   0.07
XYZ29.070630.113885.1693
Yxy30.11380.20140.2086
Hunter Lab54.8760-1.4726-53.6067
CIE-Lab61.75231.7408-50.2213

#4299ee color RGB value is (66,153,238).

#4299ee hex color red value is 66, green value is 153 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4299ee hue: 0.58 , saturation: 0.83 and the lightness value of 4299ee is 0.60.

The process color (four color CMYK) of #4299ee color hex is 0.72, 0.36, 0.00, 0.07. Web safe color of #4299ee is #3399ff. Color #4299ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 11101110
Octal 102 231 356
Decimal 66 153 238
Hex 42 99 EE

RGB Percentages of Color #4299ee

%14.44
%33.48
%52.08

CMYK Percentages of Color #4299ee

%72
%36
%0
%7

Triadic Colors of #4299ee

#4299ee #ee4299 #99ee42

Analogous Colors of #4299ee

#4299ee #4243ee #42eeed

Monochromatic Colors of #4299ee

#4299ee

Complementary Color

#4299ee #ee9742

#4299ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4299ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4299ee Color CSS Codes

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

#4299ee Text Font Color

<p style="color:#4299ee">Text here</p>

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


#4299ee Background Color

<div style="background-color:#4299ee">
Div content here</div>

This div background color is #4299ee


#4299ee Border Color

<div style="border:3px solid #4299ee">
Div here</div>

This div border color is #4299ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,153,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4299ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4299ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4299ee;
  box-shadow:         1px 1px 3px 2px #4299ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,153,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 #4299ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4299ee


Comments

No comments written yet.

Please login to write comment.