Color Hex Logo

#299dbf Color Hex

#299DBF
(41,157,191)
0 Favorites   0 Comments

Color spaces of #299dbf

RGB 41157191
HSL0.540.650.45
HSV194°79°75°
CMYK 0.790.180.00   0.25
XYZ22.375428.346953.5824
Yxy28.34690.21450.2718
Hunter Lab53.2418-18.1568-22.4000
CIE-Lab60.2009-19.7206-26.5199

#299dbf color RGB value is (41,157,191).

#299dbf hex color red value is 41, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #299dbf hue: 0.54 , saturation: 0.65 and the lightness value of 299dbf is 0.45.

The process color (four color CMYK) of #299dbf color hex is 0.79, 0.18, 0.00, 0.25. Web safe color of #299dbf is #3399cc. Color #299dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011101 10111111
Octal 51 235 277
Decimal 41 157 191
Hex 29 9D BF

RGB Percentages of Color #299dbf

%10.54
%40.36
%49.10

CMYK Percentages of Color #299dbf

%79
%18
%0
%25

Triadic Colors of #299dbf

#299dbf #bf299d #9dbf29

Analogous Colors of #299dbf

#299dbf #2952bf #29bf96

Monochromatic Colors of #299dbf

#299dbf

Complementary Color

#299dbf #bf4b29

#299dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#299dbf Color CSS Codes

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

#299dbf Text Font Color

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

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


#299dbf Background Color

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

This div background color is #299dbf


#299dbf Border Color

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

This div border color is #299dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299dbf


Comments

No comments written yet.

Please login to write comment.