Color Hex Logo

#299bcf Color Hex

#299BCF
(41,155,207)
0 Favorites   0 Comments

Color spaces of #299bcf

RGB 41155207
HSL0.550.670.49
HSV199°80°81°
CMYK 0.800.250.00   0.19
XYZ23.898328.419163.2573
Yxy28.41910.20680.2459
Hunter Lab53.3096-13.2715-33.0370
CIE-Lab60.2655-13.1481-35.3913

#299bcf color RGB value is (41,155,207).

#299bcf hex color red value is 41, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #299bcf hue: 0.55 , saturation: 0.67 and the lightness value of 299bcf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 11001111
Octal 51 233 317
Decimal 41 155 207
Hex 29 9B CF

RGB Percentages of Color #299bcf

%10.17
%38.46
%51.36

CMYK Percentages of Color #299bcf

%80
%25
%0
%19

Triadic Colors of #299bcf

#299bcf #cf299b #9bcf29

Analogous Colors of #299bcf

#299bcf #2948cf #29cfb0

Monochromatic Colors of #299bcf

#299bcf

Complementary Color

#299bcf #cf5d29

#299bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bcf Color CSS Codes

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

#299bcf Text Font Color

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

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


#299bcf Background Color

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

This div background color is #299bcf


#299bcf Border Color

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

This div border color is #299bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bcf


Comments

No comments written yet.

Please login to write comment.