Color Hex Logo

#cbf291 Color Hex

#CBF291
(203,242,145)
0 Favorites   0 Comments

Color spaces of #cbf291

RGB 203242145
HSL0.230.790.76
HSV84°40°95°
CMYK 0.160.000.40   0.05
XYZ61.491678.245138.6499
Yxy78.24510.34470.4386
Hunter Lab88.4563-30.711736.0133
CIE-Lab90.8916-28.296542.6863

#cbf291 color RGB value is (203,242,145).

#cbf291 hex color red value is 203, green value is 242 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #cbf291 hue: 0.23 , saturation: 0.79 and the lightness value of cbf291 is 0.76.

The process color (four color CMYK) of #cbf291 color hex is 0.16, 0.00, 0.40, 0.05. Web safe color of #cbf291 is #ccff99. Color #cbf291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110010 10010001
Octal 313 362 221
Decimal 203 242 145
Hex CB F2 91

RGB Percentages of Color #cbf291

%34.41
%41.02
%24.58

CMYK Percentages of Color #cbf291

%16
%0
%40
%5

Triadic Colors of #cbf291

#cbf291 #91cbf2 #f291cb

Analogous Colors of #cbf291

#cbf291 #9bf291 #f2e991

Monochromatic Colors of #cbf291

#cbf291

Complementary Color

#cbf291 #b891f2

#cbf291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf291 Color CSS Codes

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

#cbf291 Text Font Color

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

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


#cbf291 Background Color

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

This div background color is #cbf291


#cbf291 Border Color

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

This div border color is #cbf291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf291


Comments

No comments written yet.

Please login to write comment.