Color Hex Logo

#cbf993 Color Hex

#CBF993
(203,249,147)
0 Favorites   0 Comments

Color spaces of #cbf993

RGB 203249147
HSL0.240.890.78
HSV87°41°98°
CMYK 0.180.000.41   0.02
XYZ63.770782.554540.1773
Yxy82.55450.34190.4426
Hunter Lab90.8595-33.722037.3841
CIE-Lab92.8190-31.326444.1681

#cbf993 color RGB value is (203,249,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 10010011
Octal 313 371 223
Decimal 203 249 147
Hex CB F9 93

RGB Percentages of Color #cbf993

%33.89
%41.57
%24.54

CMYK Percentages of Color #cbf993

%18
%0
%41
%2

Triadic Colors of #cbf993

#cbf993 #93cbf9 #f993cb

Analogous Colors of #cbf993

#cbf993 #98f993 #f9f493

Monochromatic Colors of #cbf993

#cbf993

Complementary Color

#cbf993 #c193f9

#cbf993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf993 Color CSS Codes

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

#cbf993 Text Font Color

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

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


#cbf993 Background Color

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

This div background color is #cbf993


#cbf993 Border Color

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

This div border color is #cbf993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf993


Comments

No comments written yet.

Please login to write comment.