Color Hex Logo

#cbf379 Color Hex

#CBF379
(203,243,121)
0 Favorites   0 Comments

Color spaces of #cbf379

RGB 203243121
HSL0.220.840.71
HSV80°50°95°
CMYK 0.160.000.50   0.05
XYZ60.130478.178230.0099
Yxy78.17820.35720.4645
Hunter Lab88.4184-33.340441.7694
CIE-Lab90.8612-31.379954.0872

#cbf379 color RGB value is (203,243,121).

#cbf379 hex color red value is 203, green value is 243 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cbf379 hue: 0.22 , saturation: 0.84 and the lightness value of cbf379 is 0.71.

The process color (four color CMYK) of #cbf379 color hex is 0.16, 0.00, 0.50, 0.05. Web safe color of #cbf379 is #ccff66. Color #cbf379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01111001
Octal 313 363 171
Decimal 203 243 121
Hex CB F3 79

RGB Percentages of Color #cbf379

%35.80
%42.86
%21.34

CMYK Percentages of Color #cbf379

%16
%0
%50
%5

Triadic Colors of #cbf379

#cbf379 #79cbf3 #f379cb

Analogous Colors of #cbf379

#cbf379 #8ef379 #f3de79

Monochromatic Colors of #cbf379

#cbf379

Complementary Color

#cbf379 #a179f3

#cbf379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf379 Color CSS Codes

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

#cbf379 Text Font Color

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

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


#cbf379 Background Color

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

This div background color is #cbf379


#cbf379 Border Color

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

This div border color is #cbf379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,243,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbf379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbf379;
  -webkit-box-shadow: 1px 1px 3px 2px #cbf379;
  box-shadow:         1px 1px 3px 2px #cbf379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,243,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf379


Comments

No comments written yet.

Please login to write comment.