Color Hex Logo

#cbf07b Color Hex

#CBF07B
(203,240,123)
0 Favorites   0 Comments

Color spaces of #cbf07b

RGB 203240123
HSL0.220.800.71
HSV79°49°94°
CMYK 0.150.000.49   0.06
XYZ59.363876.446730.3658
Yxy76.44670.35720.4600
Hunter Lab87.4338-31.815340.6122
CIE-Lab90.0663-29.785952.2043

#cbf07b color RGB value is (203,240,123).

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

The process color (four color CMYK) of #cbf07b color hex is 0.15, 0.00, 0.49, 0.06. Web safe color of #cbf07b is #ccff66. Color #cbf07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 01111011
Octal 313 360 173
Decimal 203 240 123
Hex CB F0 7B

RGB Percentages of Color #cbf07b

%35.87
%42.40
%21.73

CMYK Percentages of Color #cbf07b

%15
%0
%49
%6

Triadic Colors of #cbf07b

#cbf07b #7bcbf0 #f07bcb

Analogous Colors of #cbf07b

#cbf07b #91f07b #f0db7b

Monochromatic Colors of #cbf07b

#cbf07b

Complementary Color

#cbf07b #a07bf0

#cbf07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf07b Color CSS Codes

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

#cbf07b Text Font Color

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

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


#cbf07b Background Color

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

This div background color is #cbf07b


#cbf07b Border Color

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

This div border color is #cbf07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf07b


Comments

No comments written yet.

Please login to write comment.