Color Hex Logo

#299cdf Color Hex

#299CDF
(41,156,223)
0 Favorites   0 Comments

Color spaces of #299cdf

RGB 41156223
HSL0.560.740.52
HSV202°82°87°
CMYK 0.820.300.00   0.13
XYZ26.122229.576174.1440
Yxy29.57610.20120.2278
Hunter Lab54.3839-9.4330-42.7639
CIE-Lab61.2867-8.0498-42.7022

#299cdf color RGB value is (41,156,223).

#299cdf hex color red value is 41, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #299cdf hue: 0.56 , saturation: 0.74 and the lightness value of 299cdf is 0.52.

The process color (four color CMYK) of #299cdf color hex is 0.82, 0.30, 0.00, 0.13. Web safe color of #299cdf is #3399cc. Color #299cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011100 11011111
Octal 51 234 337
Decimal 41 156 223
Hex 29 9C DF

RGB Percentages of Color #299cdf

%9.76
%37.14
%53.10

CMYK Percentages of Color #299cdf

%82
%30
%0
%13

Triadic Colors of #299cdf

#299cdf #df299c #9cdf29

Analogous Colors of #299cdf

#299cdf #2941df #29dfc7

Monochromatic Colors of #299cdf

#299cdf

Complementary Color

#299cdf #df6c29

#299cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#299cdf Color CSS Codes

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

#299cdf Text Font Color

<p style="color:#299cdf">Text here</p>

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


#299cdf Background Color

<div style="background-color:#299cdf">
Div content here</div>

This div background color is #299cdf


#299cdf Border Color

<div style="border:3px solid #299cdf">
Div here</div>

This div border color is #299cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,156,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #299cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #299cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #299cdf;
  box-shadow:         1px 1px 3px 2px #299cdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,156,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299cdf


Comments

No comments written yet.

Please login to write comment.