Color Hex Logo

#cbf089 Color Hex

#CBF089
(203,240,137)
0 Favorites   0 Comments

Color spaces of #cbf089

RGB 203240137
HSL0.230.770.74
HSV82°43°94°
CMYK 0.150.000.43   0.06
XYZ60.304076.822835.3168
Yxy76.82280.34970.4455
Hunter Lab87.6486-30.573537.4639
CIE-Lab90.2400-28.289845.7565

#cbf089 color RGB value is (203,240,137).

#cbf089 hex color red value is 203, green value is 240 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cbf089 hue: 0.23 , saturation: 0.77 and the lightness value of cbf089 is 0.74.

The process color (four color CMYK) of #cbf089 color hex is 0.15, 0.00, 0.43, 0.06. Web safe color of #cbf089 is #ccff99. Color #cbf089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 10001001
Octal 313 360 211
Decimal 203 240 137
Hex CB F0 89

RGB Percentages of Color #cbf089

%35.00
%41.38
%23.62

CMYK Percentages of Color #cbf089

%15
%0
%43
%6

Triadic Colors of #cbf089

#cbf089 #89cbf0 #f089cb

Analogous Colors of #cbf089

#cbf089 #98f089 #f0e289

Monochromatic Colors of #cbf089

#cbf089

Complementary Color

#cbf089 #ae89f0

#cbf089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf089 Color CSS Codes

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

#cbf089 Text Font Color

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

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


#cbf089 Background Color

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

This div background color is #cbf089


#cbf089 Border Color

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

This div border color is #cbf089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf089


Comments

No comments written yet.

Please login to write comment.