Color Hex Logo

#cbf67d Color Hex

#CBF67D
(203,246,125)
0 Favorites   0 Comments

Color spaces of #cbf67d

RGB 203246125
HSL0.230.870.73
HSV81°49°96°
CMYK 0.170.000.49   0.04
XYZ61.286080.088731.6306
Yxy80.08870.35420.4629
Hunter Lab89.4923-34.371441.6889
CIE-Lab91.7246-32.369653.2739

#cbf67d color RGB value is (203,246,125).

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

The process color (four color CMYK) of #cbf67d color hex is 0.17, 0.00, 0.49, 0.04. Web safe color of #cbf67d is #ccff66. Color #cbf67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110110 01111101
Octal 313 366 175
Decimal 203 246 125
Hex CB F6 7D

RGB Percentages of Color #cbf67d

%35.37
%42.86
%21.78

CMYK Percentages of Color #cbf67d

%17
%0
%49
%4

Triadic Colors of #cbf67d

#cbf67d #7dcbf6 #f67dcb

Analogous Colors of #cbf67d

#cbf67d #8ff67d #f6e57d

Monochromatic Colors of #cbf67d

#cbf67d

Complementary Color

#cbf67d #a87df6

#cbf67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf67d Color CSS Codes

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

#cbf67d Text Font Color

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

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


#cbf67d Background Color

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

This div background color is #cbf67d


#cbf67d Border Color

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

This div border color is #cbf67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf67d


Comments

No comments written yet.

Please login to write comment.