Color Hex Logo

#cbf87d Color Hex

#CBF87D
(203,248,125)
0 Favorites   0 Comments

Color spaces of #cbf87d

RGB 203248125
HSL0.230.900.73
HSV82°50°97°
CMYK 0.180.000.50   0.03
XYZ61.897781.312031.8345
Yxy81.31200.35360.4645
Hunter Lab90.1732-35.275042.1896
CIE-Lab92.2703-33.289453.9307

#cbf87d color RGB value is (203,248,125).

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

The process color (four color CMYK) of #cbf87d color hex is 0.18, 0.00, 0.50, 0.03. Web safe color of #cbf87d is #ccff66. Color #cbf87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 01111101
Octal 313 370 175
Decimal 203 248 125
Hex CB F8 7D

RGB Percentages of Color #cbf87d

%35.24
%43.06
%21.70

CMYK Percentages of Color #cbf87d

%18
%0
%50
%3

Triadic Colors of #cbf87d

#cbf87d #7dcbf8 #f87dcb

Analogous Colors of #cbf87d

#cbf87d #8ef87d #f8e87d

Monochromatic Colors of #cbf87d

#cbf87d

Complementary Color

#cbf87d #aa7df8

#cbf87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf87d Color CSS Codes

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

#cbf87d Text Font Color

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

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


#cbf87d Background Color

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

This div background color is #cbf87d


#cbf87d Border Color

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

This div border color is #cbf87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf87d


Comments

No comments written yet.

Please login to write comment.