Color Hex Logo

#cbf992 Color Hex

#CBF992
(203,249,146)
0 Favorites   0 Comments

Color spaces of #cbf992

RGB 203249146
HSL0.240.900.77
HSV87°41°98°
CMYK 0.180.000.41   0.02
XYZ63.692682.523239.7657
Yxy82.52320.34250.4437
Hunter Lab90.8423-33.821637.6357
CIE-Lab92.8053-31.445944.6359

#cbf992 color RGB value is (203,249,146).

#cbf992 hex color red value is 203, green value is 249 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cbf992 hue: 0.24 , saturation: 0.90 and the lightness value of cbf992 is 0.77.

The process color (four color CMYK) of #cbf992 color hex is 0.18, 0.00, 0.41, 0.02. Web safe color of #cbf992 is #ccff99. Color #cbf992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 10010010
Octal 313 371 222
Decimal 203 249 146
Hex CB F9 92

RGB Percentages of Color #cbf992

%33.95
%41.64
%24.41

CMYK Percentages of Color #cbf992

%18
%0
%41
%2

Triadic Colors of #cbf992

#cbf992 #92cbf9 #f992cb

Analogous Colors of #cbf992

#cbf992 #98f992 #f9f492

Monochromatic Colors of #cbf992

#cbf992

Complementary Color

#cbf992 #c092f9

#cbf992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf992 Color CSS Codes

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

#cbf992 Text Font Color

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

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


#cbf992 Background Color

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

This div background color is #cbf992


#cbf992 Border Color

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

This div border color is #cbf992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf992

Related Colors


Comments

No comments written yet.

Please login to write comment.