Color Hex Logo

#cbf976 Color Hex

#CBF976
(203,249,118)
0 Favorites   0 Comments

Color spaces of #cbf976

RGB 203249118
HSL0.230.920.72
HSV81°53°98°
CMYK 0.180.000.53   0.02
XYZ61.774381.755929.6642
Yxy81.75590.35670.4720
Hunter Lab90.4190-36.281943.8417
CIE-Lab92.4670-34.425357.3576

#cbf976 color RGB value is (203,249,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 01110110
Octal 313 371 166
Decimal 203 249 118
Hex CB F9 76

RGB Percentages of Color #cbf976

%35.61
%43.68
%20.70

CMYK Percentages of Color #cbf976

%18
%0
%53
%2

Triadic Colors of #cbf976

#cbf976 #76cbf9 #f976cb

Analogous Colors of #cbf976

#cbf976 #8af976 #f9e676

Monochromatic Colors of #cbf976

#cbf976

Complementary Color

#cbf976 #a476f9

#cbf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf976 Color CSS Codes

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

#cbf976 Text Font Color

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

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


#cbf976 Background Color

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

This div background color is #cbf976


#cbf976 Border Color

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

This div border color is #cbf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf976


Comments

No comments written yet.

Please login to write comment.