Color Hex Logo

#cbf97b Color Hex

#CBF97B
(203,249,123)
0 Favorites   0 Comments

Color spaces of #cbf97b

RGB 203249123
HSL0.230.910.73
HSV82°51°98°
CMYK 0.180.000.51   0.02
XYZ62.079481.877931.2710
Yxy81.87790.35430.4673
Hunter Lab90.4864-35.888942.8506
CIE-Lab92.5209-33.945955.1507

#cbf97b color RGB value is (203,249,123).

#cbf97b hex color red value is 203, green value is 249 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cbf97b hue: 0.23 , saturation: 0.91 and the lightness value of cbf97b is 0.73.

The process color (four color CMYK) of #cbf97b color hex is 0.18, 0.00, 0.51, 0.02. Web safe color of #cbf97b is #ccff66. Color #cbf97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 01111011
Octal 313 371 173
Decimal 203 249 123
Hex CB F9 7B

RGB Percentages of Color #cbf97b

%35.30
%43.30
%21.39

CMYK Percentages of Color #cbf97b

%18
%0
%51
%2

Triadic Colors of #cbf97b

#cbf97b #7bcbf9 #f97bcb

Analogous Colors of #cbf97b

#cbf97b #8cf97b #f9e87b

Monochromatic Colors of #cbf97b

#cbf97b

Complementary Color

#cbf97b #a97bf9

#cbf97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf97b Color CSS Codes

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

#cbf97b Text Font Color

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

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


#cbf97b Background Color

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

This div background color is #cbf97b


#cbf97b Border Color

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

This div border color is #cbf97b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,249,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 #cbf97b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf97b


Comments

No comments written yet.

Please login to write comment.